#CAB95A

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

Shades of Tacha #CAB95A

Tints of Tacha #CAB95A

Color information

#CAB95A (or 0xCAB95A) is unknown color: approx Tacha. HEX triplet: CA, B9 and 5A. RGB value is (202,185,90). Sum of RGB (Red+Green+Blue) = 202+185+90=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB95A is #3546A5. Grayscale: #B3B3B3. Windows color (decimal): -3491494 or 5945802. OLE color: 5945802.

HSL color Cylindrical-coordinate representation of color #CAB95A: hue angle of 50.89º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAB95A is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB20218590-
CMYK00.080.550.21
HSL50.89º51.38%57.25%-
HSV(B)50.89º55.45%79.22%-
XYZ43.5547.9916.64-
YUV179.2577.63144.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 185 (72.66% from 255) = 38.78%
BLUE value IS 90 (35.55% from 255) = 18.87%
R=42.35%
G=38.78%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021859000.080.550.2150.8951.3857.25
HexCAB95A083715333339
Octal3122711320106725636371
Binary110010101011100110110100100011011110101110011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB95A; }

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

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

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

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

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

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

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

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