#CCC1BF

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

Shades of Alto #CCC1BF

Tints of Alto #CCC1BF

Color information

#CCC1BF (or 0xCCC1BF) is unknown color: approx Alto. HEX triplet: CC, C1 and BF. RGB value is (204,193,191). Sum of RGB (Red+Green+Blue) = 204+193+191=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1BF is #333E40. Grayscale: #C4C4C4. Windows color (decimal): -3358273 or 12566988. OLE color: 12566988.

HSL color Cylindrical-coordinate representation of color #CCC1BF: hue angle of 9.23º 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 #CCC1BF is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB204193191-
CMYK00.050.060.2
HSL9.23º11.3%77.45%-
HSV(B)9.23º6.37%80%-
XYZ53.3854.7457.04-
YUV196.06125.14133.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 193 (75.78% from 255) = 32.82%
BLUE value IS 191 (75% from 255) = 32.48%
R=34.69%
G=32.82%
B=32.48%

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
Decimal20419319100.050.060.29.2311.377.45
HexCCC1BF056149b4d
Octal314301277056241113115
Binary110011001100000110111111010111010100100110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1BF; }

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

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

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

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

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

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

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

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