#CAB76C

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

Shades of Tacha #CAB76C

Tints of Tacha #CAB76C

Color information

#CAB76C (or 0xCAB76C) is unknown color: approx Tacha. HEX triplet: CA, B7 and 6C. RGB value is (202,183,108). Sum of RGB (Red+Green+Blue) = 202+183+108=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB76C is #354893. Grayscale: #B4B4B4. Windows color (decimal): -3491988 or 7124938. OLE color: 7124938.

HSL color Cylindrical-coordinate representation of color #CAB76C: hue angle of 47.87º 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 #CAB76C is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB202183108-
CMYK00.090.470.21
HSL47.87º47%60.78%-
HSV(B)47.87º46.53%79.22%-
XYZ4447.5121.04-
YUV180.1387.29143.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 183 (71.88% from 255) = 37.12%
BLUE value IS 108 (42.58% from 255) = 21.91%
R=40.97%
G=37.12%
B=21.91%

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
Decimal20218310800.090.470.2147.874760.78
HexCAB76C092F15302f3d
Octal3122671540115725605775
Binary110010101011011111011000100110111110101110000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB76C; }

 p { color: rgb(202,183,108); }

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

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

 a { background-color: rgb(202,183,108); }

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

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

 span { border-color: rgb(202,183,108); }

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