Html Css Color HEX #CCC1C3 Melanie

📋 copy color: '#CCC1C3'

red 204 ◦ green 193 ◦ blue 195

#CCC1C3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanie #CCC1C3

Tints of Melanie #CCC1C3

RGB

 RED value IS 204 (80.08% from 255) = 34.46%

 GREEN value IS 193 (75.78% from 255) = 32.6%

 BLUE value IS 195 (76.56% from 255) = 32.94%

R = 34.46%
G = 32.6%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CCC1C3 (or 0xCCC1C3) is known color: Melanie. HEX triplet: CC, C1 and C3. RGB value is (204,193,195). Sum of RGB (Red+Green+Blue) = 204+193+195=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1C3 is #333E3C. Grayscale: #C4C4C4. Windows color (decimal): -3358269 or 12829132. OLE color: 12829132.

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

Color convert

RGB 204 193 195 -
CMYK 0 0.05 0.04 0.2
HSL 349.09º 0.1% 0.78% -
HSV(B) 349.09º 0.05% 0.8% -
XYZ 53.82 54.92 59.39 -
YUV 196.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 204 193 195 0 0.05 0.04 0.2 349.09 0.1 0.78
Hex CC C1 C3 0 5 4 14 15D A 4E
Octal 314 301 303 0 5 4 24 535 12 116
Binary 11001100 11000001 11000011 0 101 100 10100 101011101 1010 1001110

Color Harmonies of #CCC1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC1C3

Black with #CCC1C3

Text Example


Text Example

White with #CCC1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC1C3; }

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

 H1.HeaderClassName
 {
   color: #CCC1C3;
 }
 .AnyTagClassName
 {
   color: #CCC1C3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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