#CCC0BF

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

Shades of Alto #CCC0BF

Tints of Alto #CCC0BF

Color information

#CCC0BF (or 0xCCC0BF) is unknown color: approx Alto. HEX triplet: CC, C0 and BF. RGB value is (204,192,191). Sum of RGB (Red+Green+Blue) = 204+192+191=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0BF is #333F40. Grayscale: #C3C3C3. Windows color (decimal): -3358529 or 12566732. OLE color: 12566732.

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

Color convert

RGB204192191-
CMYK00.060.060.2
HSL4.62º11.3%77.45%-
HSV(B)4.62º6.37%80%-
XYZ53.1654.356.97-
YUV195.47125.48134.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 192 (75.39% from 255) = 32.71%
BLUE value IS 191 (75% from 255) = 32.54%
R=34.75%
G=32.71%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419219100.060.060.24.6211.377.45
HexCCC0BF066145b4d
Octal31430027706624513115
Binary11001100110000001011111101101101010010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0BF; }

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

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

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

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

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

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

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

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