Html Css Color HEX #CFBCC0 Melanie

📋 copy color: '#CFBCC0'

red 207 ◦ green 188 ◦ blue 192

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

Shades of Melanie #CFBCC0

Tints of Melanie #CFBCC0

RGB

 RED value IS 207 (81.25% from 255) = 35.26%

 GREEN value IS 188 (73.83% from 255) = 32.03%

 BLUE value IS 192 (75.39% from 255) = 32.71%

R = 35.26%
G = 32.03%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CFBCC0 (or 0xCFBCC0) is known color: Melanie. HEX triplet: CF, BC and C0. RGB value is (207,188,192). Sum of RGB (Red+Green+Blue) = 207+188+192=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCC0 is #30433F. Grayscale: #C2C2C2. Windows color (decimal): -3162944 or 12631247. OLE color: 12631247.

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

Color convert

RGB 207 188 192 -
CMYK 0 0.09 0.07 0.19
HSL 347.37º 0.17% 0.77% -
HSV(B) 347.37º 0.09% 0.81% -
XYZ 53.23 53.04 57.3 -
YUV 194.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 207 188 192 0 0.09 0.07 0.19 347.37 0.17 0.77
Hex CF BC C0 0 9 7 13 15B 11 4D
Octal 317 274 300 0 11 7 23 533 21 115
Binary 11001111 10111100 11000000 0 1001 111 10011 101011011 10001 1001101

Color Harmonies of #CFBCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBCC0

Black with #CFBCC0

Text Example


Text Example

White with #CFBCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBCC0; }

 p { color: rgb(207,188,192); }

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

background-color css

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

 a { background-color: rgb(207,188,192); }

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

border-color css

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

 span { border-color: rgb(207,188,192); }

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