Html Css Color HEX #CEC0C3 Melanie

📋 copy color: '#CEC0C3'

red 206 ◦ green 192 ◦ blue 195

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

Shades of Melanie #CEC0C3

Tints of Melanie #CEC0C3

RGB

 RED value IS 206 (80.86% from 255) = 34.74%

 GREEN value IS 192 (75.39% from 255) = 32.38%

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

R = 34.74%
G = 32.38%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CEC0C3 (or 0xCEC0C3) is known color: Melanie. HEX triplet: CE, C0 and C3. RGB value is (206,192,195). Sum of RGB (Red+Green+Blue) = 206+192+195=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0C3 is #313F3C. Grayscale: #C4C4C4. Windows color (decimal): -3227453 or 12828878. OLE color: 12828878.

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

Color convert

RGB 206 192 195 -
CMYK 0 0.07 0.05 0.19
HSL 347.14º 0.13% 0.78% -
HSV(B) 347.14º 0.07% 0.81% -
XYZ 54.15 54.76 59.35 -
YUV 196.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 206 192 195 0 0.07 0.05 0.19 347.14 0.13 0.78
Hex CE C0 C3 0 7 5 13 15B C 4E
Octal 316 300 303 0 7 5 23 533 14 116
Binary 11001110 11000000 11000011 0 111 101 10011 101011011 1100 1001110

Color Harmonies of #CEC0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC0C3

Black with #CEC0C3

Text Example


Text Example

White with #CEC0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC0C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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