#CAB85D

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

Shades of Tacha #CAB85D

Tints of Tacha #CAB85D

Color information

#CAB85D (or 0xCAB85D) is unknown color: approx Tacha. HEX triplet: CA, B8 and 5D. RGB value is (202,184,93). Sum of RGB (Red+Green+Blue) = 202+184+93=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB85D is #3547A2. Grayscale: #B3B3B3. Windows color (decimal): -3491747 or 6142154. OLE color: 6142154.

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

Color convert

RGB20218493-
CMYK00.090.540.21
HSL50.09º50.7%57.84%-
HSV(B)50.09º53.96%79.22%-
XYZ43.4747.6317.26-
YUV179.0179.46144.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.17%
GREEN value IS 184 (72.27% from 255) = 38.41%
BLUE value IS 93 (36.72% from 255) = 19.42%
R=42.17%
G=38.41%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021849300.090.540.2150.0950.757.84
HexCAB85D09361532333a
Octal3122701350116625626372
Binary110010101011100010111010100111011010101110010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB85D; }

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

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

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

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

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

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

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

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