Html Css Color HEX #CFC4C7 Melanie

📋 copy color: '#CFC4C7'

red 207 ◦ green 196 ◦ blue 199

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

Shades of Melanie #CFC4C7

Tints of Melanie #CFC4C7

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.56%

 BLUE value IS 199 (78.13% from 255) = 33.06%

R = 34.39%
G = 32.56%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CFC4C7 (or 0xCFC4C7) is known color: Melanie. HEX triplet: CF, C4 and C7. RGB value is (207,196,199). Sum of RGB (Red+Green+Blue) = 207+196+199=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC4C7 is #303B38. Grayscale: #C7C7C7. Windows color (decimal): -3160889 or 13092047. OLE color: 13092047.

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

Color convert

RGB 207 196 199 -
CMYK 0 0.05 0.04 0.19
HSL 343.64º 0.1% 0.79% -
HSV(B) 343.64º 0.05% 0.81% -
XYZ 55.78 56.87 62.07 -
YUV 199.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 207 196 199 0 0.05 0.04 0.19 343.64 0.1 0.79
Hex CF C4 C7 0 5 4 13 158 A 4F
Octal 317 304 307 0 5 4 23 530 12 117
Binary 11001111 11000100 11000111 0 101 100 10011 101011000 1010 1001111

Color Harmonies of #CFC4C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC4C7

Black with #CFC4C7

Text Example


Text Example

White with #CFC4C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC4C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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