#CAB86B

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

Shades of Tacha #CAB86B

Tints of Tacha #CAB86B

Color information

#CAB86B (or 0xCAB86B) is unknown color: approx Tacha. HEX triplet: CA, B8 and 6B. RGB value is (202,184,107). Sum of RGB (Red+Green+Blue) = 202+184+107=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB86B is #354794. Grayscale: #B4B4B4. Windows color (decimal): -3491733 or 7059658. OLE color: 7059658.

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

Color convert

RGB202184107-
CMYK00.090.470.21
HSL48.63º47.26%60.59%-
HSV(B)48.63º47.03%79.22%-
XYZ44.1547.920.83-
YUV180.686.46143.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 184 (72.27% from 255) = 37.32%
BLUE value IS 107 (42.19% from 255) = 21.70%
R=40.97%
G=37.32%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218410700.090.470.2148.6347.2660.59
HexCAB86B092F15312f3d
Octal3122701530115725615775
Binary110010101011100011010110100110111110101110001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB86B; }

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

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

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

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

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

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

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

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