#CAB766

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

Shades of Tacha #CAB766

Tints of Tacha #CAB766

Color information

#CAB766 (or 0xCAB766) is unknown color: approx Tacha. HEX triplet: CA, B7 and 66. RGB value is (202,183,102). Sum of RGB (Red+Green+Blue) = 202+183+102=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB766 is #354899. Grayscale: #B3B3B3. Windows color (decimal): -3491994 or 6731722. OLE color: 6731722.

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

Color convert

RGB202183102-
CMYK00.090.500.21
HSL48.6º48.54%59.61%-
HSV(B)48.6º49.5%79.22%-
XYZ43.6947.3819.41-
YUV179.4584.29144.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 183 (71.88% from 255) = 37.58%
BLUE value IS 102 (40.23% from 255) = 20.94%
R=41.48%
G=37.58%
B=20.94%

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
Decimal20218310200.090.500.2148.648.5459.61
HexCAB76609321531313c
Octal3122671460116225616174
Binary110010101011011111001100100111001010101110001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB766; }

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

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

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

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

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

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

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

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