#CCC0BE

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

Shades of Alto #CCC0BE

Tints of Alto #CCC0BE

Color information

#CCC0BE (or 0xCCC0BE) is unknown color: approx Alto. HEX triplet: CC, C0 and BE. RGB value is (204,192,190). Sum of RGB (Red+Green+Blue) = 204+192+190=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0BE is #333F41. Grayscale: #C3C3C3. Windows color (decimal): -3358530 or 12501196. OLE color: 12501196.

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

Color convert

RGB204192190-
CMYK00.060.070.2
HSL8.57º12.07%77.25%-
HSV(B)8.57º6.86%80%-
XYZ53.0554.2556.39-
YUV195.36124.98134.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.81%
GREEN value IS 192 (75.39% from 255) = 32.76%
BLUE value IS 190 (74.61% from 255) = 32.42%
R=34.81%
G=32.76%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419219000.060.070.28.5712.0777.25
HexCCC0BE067149c4d
Octal314300276067241114115
Binary110011001100000010111110011011110100100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0BE; }

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

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

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

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

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

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

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

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