#CAB95E

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

Shades of Tacha #CAB95E

Tints of Tacha #CAB95E

Color information

#CAB95E (or 0xCAB95E) is unknown color: approx Tacha. HEX triplet: CA, B9 and 5E. RGB value is (202,185,94). Sum of RGB (Red+Green+Blue) = 202+185+94=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB95E is #3546A1. Grayscale: #B4B4B4. Windows color (decimal): -3491490 or 6207946. OLE color: 6207946.

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

Color convert

RGB20218594-
CMYK00.080.530.21
HSL50.56º50.47%58.04%-
HSV(B)50.56º53.47%79.22%-
XYZ43.7348.0617.56-
YUV179.7179.63143.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 185 (72.66% from 255) = 38.46%
BLUE value IS 94 (37.11% from 255) = 19.54%
R=42.00%
G=38.46%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021859400.080.530.2150.5650.4758.04
HexCAB95E08351533323a
Octal3122711360106525636272
Binary110010101011100110111100100011010110101110011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB95E; }

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

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

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

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

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

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

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

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