#CAB95B

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

Shades of Tacha #CAB95B

Tints of Tacha #CAB95B

Color information

#CAB95B (or 0xCAB95B) is unknown color: approx Tacha. HEX triplet: CA, B9 and 5B. RGB value is (202,185,91). Sum of RGB (Red+Green+Blue) = 202+185+91=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB95B is #3546A4. Grayscale: #B3B3B3. Windows color (decimal): -3491493 or 6011338. OLE color: 6011338.

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

Color convert

RGB20218591-
CMYK00.080.550.21
HSL50.81º51.15%57.45%-
HSV(B)50.81º54.95%79.22%-
XYZ43.5948.0116.87-
YUV179.3778.13144.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 185 (72.66% from 255) = 38.70%
BLUE value IS 91 (35.94% from 255) = 19.04%
R=42.26%
G=38.70%
B=19.04%

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
Decimal2021859100.080.550.2150.8151.1557.45
HexCAB95B083715333339
Octal3122711330106725636371
Binary110010101011100110110110100011011110101110011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB95B; }

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

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

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

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

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

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

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

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