#CCC1BE

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

Shades of Alto #CCC1BE

Tints of Alto #CCC1BE

Color information

#CCC1BE (or 0xCCC1BE) is unknown color: approx Alto. HEX triplet: CC, C1 and BE. RGB value is (204,193,190). Sum of RGB (Red+Green+Blue) = 204+193+190=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1BE is #333E41. Grayscale: #C3C3C3. Windows color (decimal): -3358274 or 12501452. OLE color: 12501452.

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

Color convert

RGB204193190-
CMYK00.050.070.2
HSL12.86º12.07%77.25%-
HSV(B)12.86º6.86%80%-
XYZ53.2754.756.46-
YUV195.95124.64133.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 193 (75.78% from 255) = 32.88%
BLUE value IS 190 (74.61% from 255) = 32.37%
R=34.75%
G=32.88%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419319000.050.070.212.8612.0777.25
HexCCC1BE05714dc4d
Octal314301276057241514115
Binary110011001100000110111110010111110100110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1BE; }

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

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

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

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

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

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

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

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