#CAC0BF

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

Shades of Alto #CAC0BF

Tints of Alto #CAC0BF

Color information

#CAC0BF (or 0xCAC0BF) is unknown color: approx Alto. HEX triplet: CA, C0 and BF. RGB value is (202,192,191). Sum of RGB (Red+Green+Blue) = 202+192+191=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0BF is #353F40. Grayscale: #C2C2C2. Windows color (decimal): -3489601 or 12566730. OLE color: 12566730.

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

Color convert

RGB202192191-
CMYK00.050.050.21
HSL5.45º9.4%77.06%-
HSV(B)5.45º5.45%79.22%-
XYZ52.6154.0256.94-
YUV194.88125.81133.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 192 (75.39% from 255) = 32.82%
BLUE value IS 191 (75% from 255) = 32.65%
R=34.53%
G=32.82%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219219100.050.050.215.459.477.06
HexCAC0BF05515594d
Octal31230027705525511115
Binary11001010110000001011111101011011010110110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC0BF; }

 p { color: rgb(202,192,191); }

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

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

 a { background-color: rgb(202,192,191); }

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

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

 span { border-color: rgb(202,192,191); }

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