#CCC2BF

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

Shades of Alto #CCC2BF

Tints of Alto #CCC2BF

Color information

#CCC2BF (or 0xCCC2BF) is unknown color: approx Alto. HEX triplet: CC, C2 and BF. RGB value is (204,194,191). Sum of RGB (Red+Green+Blue) = 204+194+191=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2BF is #333D40. Grayscale: #C4C4C4. Windows color (decimal): -3358017 or 12567244. OLE color: 12567244.

HSL color Cylindrical-coordinate representation of color #CCC2BF: hue angle of 13.85º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCC2BF is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB204194191-
CMYK00.050.060.2
HSL13.85º11.3%77.45%-
HSV(B)13.85º6.37%80%-
XYZ53.655.1857.12-
YUV196.65124.81133.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 194 (76.17% from 255) = 32.94%
BLUE value IS 191 (75% from 255) = 32.43%
R=34.63%
G=32.94%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419419100.050.060.213.8511.377.45
HexCCC2BF05614eb4d
Octal314302277056241613115
Binary110011001100001010111111010111010100111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC2BF; }

 p { color: rgb(204,194,191); }

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

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

 a { background-color: rgb(204,194,191); }

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

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

 span { border-color: rgb(204,194,191); }

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