#CAB95D

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

Shades of Tacha #CAB95D

Tints of Tacha #CAB95D

Color information

#CAB95D (or 0xCAB95D) is unknown color: approx Tacha. HEX triplet: CA, B9 and 5D. RGB value is (202,185,93). Sum of RGB (Red+Green+Blue) = 202+185+93=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB95D is #3546A2. Grayscale: #B3B3B3. Windows color (decimal): -3491491 or 6142410. OLE color: 6142410.

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

Color convert

RGB20218593-
CMYK00.080.540.21
HSL50.64º50.7%57.84%-
HSV(B)50.64º53.96%79.22%-
XYZ43.6848.0417.33-
YUV179.679.13143.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.08%
GREEN value IS 185 (72.66% from 255) = 38.54%
BLUE value IS 93 (36.72% from 255) = 19.38%
R=42.08%
G=38.54%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021859300.080.540.2150.6450.757.84
HexCAB95D08361533333a
Octal3122711350106625636372
Binary110010101011100110111010100011011010101110011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB95D; }

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

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

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

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

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

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

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

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