#CFBB62

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

Shades of Tacha #CFBB62

Tints of Tacha #CFBB62

Color information

#CFBB62 (or 0xCFBB62) is unknown color: approx Tacha. HEX triplet: CF, BB and 62. RGB value is (207,187,98). Sum of RGB (Red+Green+Blue) = 207+187+98=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB62 is #30449D. Grayscale: #B7B7B7. Windows color (decimal): -3163294 or 6470607. OLE color: 6470607.

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

Color convert

RGB20718798-
CMYK00.100.530.19
HSL48.99º53.17%59.8%-
HSV(B)48.99º52.66%81.18%-
XYZ45.7149.6918.74-
YUV182.8380.13145.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 187 (73.44% from 255) = 38.01%
BLUE value IS 98 (38.67% from 255) = 19.92%
R=42.07%
G=38.01%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071879800.100.530.1948.9953.1759.8
HexCFBB620A351331353c
Octal3172731420126523616574
Binary110011111011101111000100101011010110011110001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBB62; }

 p { color: rgb(207,187,98); }

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

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

 a { background-color: rgb(207,187,98); }

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

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

 span { border-color: rgb(207,187,98); }

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