#CAB867

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

Shades of Tacha #CAB867

Tints of Tacha #CAB867

Color information

#CAB867 (or 0xCAB867) is unknown color: approx Tacha. HEX triplet: CA, B8 and 67. RGB value is (202,184,103). Sum of RGB (Red+Green+Blue) = 202+184+103=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 103 (40.62% from 255 or 21.06% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB867 is #354798. Grayscale: #B4B4B4. Windows color (decimal): -3491737 or 6797514. OLE color: 6797514.

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

Color convert

RGB202184103-
CMYK00.090.490.21
HSL49.09º48.29%59.8%-
HSV(B)49.09º49.01%79.22%-
XYZ43.9547.8219.75-
YUV180.1584.46143.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 184 (72.27% from 255) = 37.63%
BLUE value IS 103 (40.62% from 255) = 21.06%
R=41.31%
G=37.63%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218410300.090.490.2149.0948.2959.8
HexCAB86709311531303c
Octal3122701470116125616074
Binary110010101011100011001110100111000110101110001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB867; }

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

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

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

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

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

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

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

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