#CAB86D

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

Shades of Tacha #CAB86D

Tints of Tacha #CAB86D

Color information

#CAB86D (or 0xCAB86D) is unknown color: approx Tacha. HEX triplet: CA, B8 and 6D. RGB value is (202,184,109). Sum of RGB (Red+Green+Blue) = 202+184+109=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB86D is #354792. Grayscale: #B5B5B5. Windows color (decimal): -3491731 or 7190730. OLE color: 7190730.

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

Color convert

RGB202184109-
CMYK00.090.460.21
HSL48.39º46.73%60.98%-
HSV(B)48.39º46.04%79.22%-
XYZ44.2647.9421.39-
YUV180.8387.46143.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 184 (72.27% from 255) = 37.17%
BLUE value IS 109 (42.97% from 255) = 22.02%
R=40.81%
G=37.17%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218410900.090.460.2148.3946.7360.98
HexCAB86D092E15302f3d
Octal3122701550115625605775
Binary110010101011100011011010100110111010101110000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB86D; }

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

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

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

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

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

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

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

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