#CAB96E

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

Shades of Tacha #CAB96E

Tints of Tacha #CAB96E

Color information

#CAB96E (or 0xCAB96E) is unknown color: approx Tacha. HEX triplet: CA, B9 and 6E. RGB value is (202,185,110). Sum of RGB (Red+Green+Blue) = 202+185+110=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB96E is #354691. Grayscale: #B5B5B5. Windows color (decimal): -3491474 or 7256522. OLE color: 7256522.

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

Color convert

RGB202185110-
CMYK00.080.460.21
HSL48.91º46.46%61.18%-
HSV(B)48.91º45.54%79.22%-
XYZ44.5248.3821.74-
YUV181.5387.63142.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 185 (72.66% from 255) = 37.22%
BLUE value IS 110 (43.36% from 255) = 22.13%
R=40.64%
G=37.22%
B=22.13%

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
Decimal20218511000.080.460.2148.9146.4661.18
HexCAB96E082E15312e3d
Octal3122711560105625615675
Binary110010101011100111011100100010111010101110001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB96E; }

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

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

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

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

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

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

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

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