#CAB767

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

Shades of Tacha #CAB767

Tints of Tacha #CAB767

Color information

#CAB767 (or 0xCAB767) is unknown color: approx Tacha. HEX triplet: CA, B7 and 67. RGB value is (202,183,103). Sum of RGB (Red+Green+Blue) = 202+183+103=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB767 is #354898. Grayscale: #B3B3B3. Windows color (decimal): -3491993 or 6797258. OLE color: 6797258.

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

Color convert

RGB202183103-
CMYK00.090.490.21
HSL48.48º48.29%59.8%-
HSV(B)48.48º49.01%79.22%-
XYZ43.7447.419.68-
YUV179.5684.79144-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 183 (71.88% from 255) = 37.5%
BLUE value IS 103 (40.62% from 255) = 21.11%
R=41.39%
G=37.5%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218310300.090.490.2148.4848.2959.8
HexCAB76709311530303c
Octal3122671470116125606074
Binary110010101011011111001110100111000110101110000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB767; }

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

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

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

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

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

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

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

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