Html Css Color HEX #CFC7C9 Melanie

📋 copy color: '#CFC7C9'

red 207 ◦ green 199 ◦ blue 201

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

Shades of Melanie #CFC7C9

Tints of Melanie #CFC7C9

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.78%

 BLUE value IS 201 (78.91% from 255) = 33.11%

R = 34.1%
G = 32.78%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CFC7C9 (or 0xCFC7C9) is known color: Melanie. HEX triplet: CF, C7 and C9. RGB value is (207,199,201). Sum of RGB (Red+Green+Blue) = 207+199+201=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7C9 is #303836. Grayscale: #C9C9C9. Windows color (decimal): -3160119 or 13223887. OLE color: 13223887.

HSL color Cylindrical-coordinate representation of color #CFC7C9: hue angle of 345º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFC7C9 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 199 201 -
CMYK 0 0.04 0.03 0.19
HSL 345º 0.08% 0.8% -
HSV(B) 345º 0.04% 0.81% -
XYZ 56.7 58.33 63.53 -
YUV 201.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 207 199 201 0 0.04 0.03 0.19 345 0.08 0.8
Hex CF C7 C9 0 4 3 13 159 8 50
Octal 317 307 311 0 4 3 23 531 10 120
Binary 11001111 11000111 11001001 0 100 11 10011 101011001 1000 1010000

Color Harmonies of #CFC7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC7C9

Black with #CFC7C9

Text Example


Text Example

White with #CFC7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC7C9; }

 p { color: rgb(207,199,201); }

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

background-color css

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

 a { background-color: rgb(207,199,201); }

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

border-color css

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

 span { border-color: rgb(207,199,201); }

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