#cfb95f

Color #CFB95F Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #CFB95F

Tints of Tacha #CFB95F

Color information

#CFB95F (or 0xCFB95F) is unknown color: approx Tacha. HEX triplet: CF, B9 and 5F. RGB value is (207,185,95). Sum of RGB (Red+Green+Blue) = 207+185+95=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 95 (37.5% from 255 or 19.51% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB95F is #3046A0. Grayscale: #B5B5B5. Windows color (decimal): -3163809 or 6273487. OLE color: 6273487.

HSL color Cylindrical-coordinate representation of color #CFB95F: hue angle of 48.21º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFB95F is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB20718595-
CMYK00.110.540.19
HSL48.21º53.85%59.22%-
HSV(B)48.21º54.11%81.18%-
XYZ45.1548.7917.86-
YUV181.3279.29146.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 42.51%
GREEN value IS 185 (72.66% from 255) = 37.99%
BLUE value IS 95 (37.5% from 255) = 19.51%
R=42.51%
G=37.99%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071859500.110.540.1948.2153.8559.22
HexCFB95F0B361330363b
Octal3172711370136623606673
Binary110011111011100110111110101111011010011110000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfb95f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfb95f; }

 p { color: rgb(207,185,95); }

 H1.HeaderClassName
 {
   color: #cfb95f;
 }
 .AnyTagClassName
 {
   color: #cfb95f;
 }
</style>
background-color css

<style>
 a { background-color: #cfb95f; }

 a { background-color: rgb(207,185,95); }

 div.DivClassName
 {
   background-color: #cfb95f;
 }
 .BgClassName
 {
   background-color: #cfb95f;
 }
</style>
border-color css

<style>
 span { border-color: #cfb95f; }

 span { border-color: rgb(207,185,95); }

 td.TdClassName
 {
   border-color: #cfb95f;
 }
 .TagClassName
 {
   border-color: #cfb95f;
 }
</style>