#CAB86A

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

Shades of Tacha #CAB86A

Tints of Tacha #CAB86A

Color information

#CAB86A (or 0xCAB86A) is unknown color: approx Tacha. HEX triplet: CA, B8 and 6A. RGB value is (202,184,106). Sum of RGB (Red+Green+Blue) = 202+184+106=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB86A is #354795. Grayscale: #B4B4B4. Windows color (decimal): -3491734 or 6994122. OLE color: 6994122.

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

Color convert

RGB202184106-
CMYK00.090.480.21
HSL48.75º47.52%60.39%-
HSV(B)48.75º47.52%79.22%-
XYZ44.147.8820.55-
YUV180.4985.96143.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 184 (72.27% from 255) = 37.40%
BLUE value IS 106 (41.80% from 255) = 21.54%
R=41.06%
G=37.40%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218410600.090.480.2148.7547.5260.39
HexCAB86A09301531303c
Octal3122701520116025616074
Binary110010101011100011010100100111000010101110001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB86A; }

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

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

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

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

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

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

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

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