#CAB864

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

Shades of Tacha #CAB864

Tints of Tacha #CAB864

Color information

#CAB864 (or 0xCAB864) is unknown color: approx Tacha. HEX triplet: CA, B8 and 64. RGB value is (202,184,100). Sum of RGB (Red+Green+Blue) = 202+184+100=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB864 is #35479B. Grayscale: #B4B4B4. Windows color (decimal): -3491740 or 6600906. OLE color: 6600906.

HSL color Cylindrical-coordinate representation of color #CAB864: hue angle of 49.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAB864 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB202184100-
CMYK00.090.500.21
HSL49.41º49.04%59.22%-
HSV(B)49.41º50.5%79.22%-
XYZ43.847.7618.97-
YUV179.8182.96143.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 184 (72.27% from 255) = 37.86%
BLUE value IS 100 (39.45% from 255) = 20.58%
R=41.56%
G=37.86%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218410000.090.500.2149.4149.0459.22
HexCAB86409321531313b
Octal3122701440116225616173
Binary110010101011100011001000100111001010101110001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB864; }

 p { color: rgb(202,184,100); }

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

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

 a { background-color: rgb(202,184,100); }

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

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

 span { border-color: rgb(202,184,100); }

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