#CEC3C0

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

Shades of Alto #CEC3C0

Tints of Alto #CEC3C0

Color information

#CEC3C0 (or 0xCEC3C0) is unknown color: approx Alto. HEX triplet: CE, C3 and C0. RGB value is (206,195,192). Sum of RGB (Red+Green+Blue) = 206+195+192=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 195 (76.56% from 255 or 32.88% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3C0 is #313C3F. Grayscale: #C5C5C5. Windows color (decimal): -3226688 or 12633038. OLE color: 12633038.

HSL color Cylindrical-coordinate representation of color #CEC3C0: hue angle of 12.86º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEC3C0 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB206195192-
CMYK00.050.070.19
HSL12.86º12.5%78.04%-
HSV(B)12.86º6.8%80.78%-
XYZ54.4855.9657.8-
YUV197.95124.64133.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.74%
GREEN value IS 195 (76.56% from 255) = 32.88%
BLUE value IS 192 (75.39% from 255) = 32.38%
R=34.74%
G=32.88%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619519200.050.070.1912.8612.578.04
HexCEC3C005713dd4e
Octal316303300057231515116
Binary110011101100001111000000010111110011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC3C0; }

 p { color: rgb(206,195,192); }

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

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

 a { background-color: rgb(206,195,192); }

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

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

 span { border-color: rgb(206,195,192); }

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