#CCC1C4

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

Shades of Melanie #CCC1C4

Tints of Melanie #CCC1C4

Color information

#CCC1C4 (or 0xCCC1C4) is unknown color: approx Melanie. HEX triplet: CC, C1 and C4. RGB value is (204,193,196). Sum of RGB (Red+Green+Blue) = 204+193+196=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1C4 is #333E3B. Grayscale: #C4C4C4. Windows color (decimal): -3358268 or 12894668. OLE color: 12894668.

HSL color Cylindrical-coordinate representation of color #CCC1C4: hue angle of 343.64º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCC1C4 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB204193196-
CMYK00.050.040.2
HSL343.64º9.73%77.84%-
HSV(B)343.64º5.39%80%-
XYZ53.9454.9659.99-
YUV196.63127.64133.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 193 (75.78% from 255) = 32.55%
BLUE value IS 196 (76.95% from 255) = 33.05%
R=34.40%
G=32.55%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419319600.050.040.2343.649.7377.84
HexCCC1C405414158a4e
Octal3143013040542453012116
Binary11001100110000011100010001011001010010101100010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1C4; }

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

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

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

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

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

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

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

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