#CEC1C0

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

Shades of Alto #CEC1C0

Tints of Alto #CEC1C0

Color information

#CEC1C0 (or 0xCEC1C0) is unknown color: approx Alto. HEX triplet: CE, C1 and C0. RGB value is (206,193,192). Sum of RGB (Red+Green+Blue) = 206+193+192=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1C0 is #313E3F. Grayscale: #C4C4C4. Windows color (decimal): -3227200 or 12632526. OLE color: 12632526.

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

Color convert

RGB206193192-
CMYK00.060.070.19
HSL4.29º12.5%78.04%-
HSV(B)4.29º6.8%80.78%-
XYZ54.0455.0757.65-
YUV196.77125.31134.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 193 (75.78% from 255) = 32.66%
BLUE value IS 192 (75.39% from 255) = 32.49%
R=34.86%
G=32.66%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619319200.060.070.194.2912.578.04
HexCEC1C0067134d4e
Octal31630130006723415116
Binary11001110110000011100000001101111001110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC1C0; }

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

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

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

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

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

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

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

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