Html Css Color HEX #CFC3C6 Melanie

📋 copy color: '#CFC3C6'

red 207 ◦ green 195 ◦ blue 198

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

Shades of Melanie #CFC3C6

Tints of Melanie #CFC3C6

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.5%

 BLUE value IS 198 (77.73% from 255) = 33%

R = 34.5%
G = 32.5%
B = 33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CFC3C6 (or 0xCFC3C6) is known color: Melanie. HEX triplet: CF, C3 and C6. RGB value is (207,195,198). Sum of RGB (Red+Green+Blue) = 207+195+198=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 195 (76.56% from 255 or 32.5% from 600); Blue value is 198 (77.73% from 255 or 33% from 600); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC3C6 is #303C39. Grayscale: #C6C6C6. Windows color (decimal): -3161146 or 13026255. OLE color: 13026255.

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

Color convert

RGB 207 195 198 -
CMYK 0 0.06 0.04 0.19
HSL 345º 0.11% 0.79% -
HSV(B) 345º 0.06% 0.81% -
XYZ 55.44 56.37 61.39 -
YUV 198.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 207 195 198 0 0.06 0.04 0.19 345 0.11 0.79
Hex CF C3 C6 0 6 4 13 159 B 4F
Octal 317 303 306 0 6 4 23 531 13 117
Binary 11001111 11000011 11000110 0 110 100 10011 101011001 1011 1001111

Color Harmonies of #CFC3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC3C6

Black with #CFC3C6

Text Example


Text Example

White with #CFC3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC3C6; }

 p { color: rgb(207,195,198); }

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

background-color css

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

 a { background-color: rgb(207,195,198); }

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

border-color css

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

 span { border-color: rgb(207,195,198); }

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