#CAB762

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

Shades of Tacha #CAB762

Tints of Tacha #CAB762

Color information

#CAB762 (or 0xCAB762) is unknown color: approx Tacha. HEX triplet: CA, B7 and 62. RGB value is (202,183,98). Sum of RGB (Red+Green+Blue) = 202+183+98=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB762 is #35489D. Grayscale: #B3B3B3. Windows color (decimal): -3491998 or 6469578. OLE color: 6469578.

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

Color convert

RGB20218398-
CMYK00.090.510.21
HSL49.04º49.52%58.82%-
HSV(B)49.04º51.49%79.22%-
XYZ43.547.3118.39-
YUV178.9982.29144.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 183 (71.88% from 255) = 37.89%
BLUE value IS 98 (38.67% from 255) = 20.29%
R=41.82%
G=37.89%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021839800.090.510.2149.0449.5258.82
HexCAB76209331531323b
Octal3122671420116325616273
Binary110010101011011111000100100111001110101110001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB762; }

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

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

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

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

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

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

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

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