#CAB96D

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

Shades of Tacha #CAB96D

Tints of Tacha #CAB96D

Color information

#CAB96D (or 0xCAB96D) is unknown color: approx Tacha. HEX triplet: CA, B9 and 6D. RGB value is (202,185,109). Sum of RGB (Red+Green+Blue) = 202+185+109=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB96D is #354692. Grayscale: #B5B5B5. Windows color (decimal): -3491475 or 7190986. OLE color: 7190986.

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

Color convert

RGB202185109-
CMYK00.080.460.21
HSL49.03º46.73%60.98%-
HSV(B)49.03º46.04%79.22%-
XYZ44.4748.3621.46-
YUV181.4287.13142.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 185 (72.66% from 255) = 37.30%
BLUE value IS 109 (42.97% from 255) = 21.98%
R=40.73%
G=37.30%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218510900.080.460.2149.0346.7360.98
HexCAB96D082E15312f3d
Octal3122711550105625615775
Binary110010101011100111011010100010111010101110001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB96D; }

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

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

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

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

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

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

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

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