#CAB35F

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

Shades of Tacha #CAB35F

Tints of Tacha #CAB35F

Color information

#CAB35F (or 0xCAB35F) is unknown color: approx Tacha. HEX triplet: CA, B3 and 5F. RGB value is (202,179,95). Sum of RGB (Red+Green+Blue) = 202+179+95=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB35F is #354CA0. Grayscale: #B0B0B0. Windows color (decimal): -3493025 or 6271946. OLE color: 6271946.

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

Color convert

RGB20217995-
CMYK00.110.530.21
HSL47.1º50.23%58.24%-
HSV(B)47.1º52.97%79.22%-
XYZ42.5445.6217.39-
YUV176.382.12146.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 179 (70.31% from 255) = 37.61%
BLUE value IS 95 (37.5% from 255) = 19.96%
R=42.44%
G=37.61%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021799500.110.530.2147.150.2358.24
HexCAB35F0B35152f323a
Octal3122631370136525576272
Binary110010101011001110111110101111010110101101111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB35F; }

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

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

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

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

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

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

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

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