#cab85f

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

Shades of Tacha #CAB85F

Tints of Tacha #CAB85F

Color information

#CAB85F (or 0xCAB85F) is unknown color: approx Tacha. HEX triplet: CA, B8 and 5F. RGB value is (202,184,95). Sum of RGB (Red+Green+Blue) = 202+184+95=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB85F is #3547A0. Grayscale: #B3B3B3. Windows color (decimal): -3491745 or 6273226. OLE color: 6273226.

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

Color convert

RGB20218495-
CMYK00.090.530.21
HSL49.91º50.23%58.24%-
HSV(B)49.91º52.97%79.22%-
XYZ43.5647.6617.73-
YUV179.2480.46144.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 184 (72.27% from 255) = 38.25%
BLUE value IS 95 (37.5% from 255) = 19.75%
R=42.00%
G=38.25%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021849500.090.530.2149.9150.2358.24
HexCAB85F09351532323a
Octal3122701370116525626272
Binary110010101011100010111110100111010110101110010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cab85f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cab85f; }

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

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

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

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

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

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

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

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