#CAB764

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

Shades of Tacha #CAB764

Tints of Tacha #CAB764

Color information

#CAB764 (or 0xCAB764) is unknown color: approx Tacha. HEX triplet: CA, B7 and 64. RGB value is (202,183,100). Sum of RGB (Red+Green+Blue) = 202+183+100=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB764 is #35489B. Grayscale: #B3B3B3. Windows color (decimal): -3491996 or 6600650. OLE color: 6600650.

HSL color Cylindrical-coordinate representation of color #CAB764: hue angle of 48.82º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAB764 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB202183100-
CMYK00.090.500.21
HSL48.82º49.04%59.22%-
HSV(B)48.82º50.5%79.22%-
XYZ43.5947.3418.9-
YUV179.2283.29144.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.65%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 100 (39.45% from 255) = 20.62%
R=41.65%
G=37.73%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218310000.090.500.2148.8249.0459.22
HexCAB76409321531313b
Octal3122671440116225616173
Binary110010101011011111001000100111001010101110001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB764; }

 p { color: rgb(202,183,100); }

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

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

 a { background-color: rgb(202,183,100); }

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

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

 span { border-color: rgb(202,183,100); }

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