Html Css Color HEX #CFC9CA Melanie

📋 copy color: '#CFC9CA'

red 207 ◦ green 201 ◦ blue 202

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

Shades of Melanie #CFC9CA

Tints of Melanie #CFC9CA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.95%

 BLUE value IS 202 (79.3% from 255) = 33.11%

R = 33.93%
G = 32.95%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CFC9CA (or 0xCFC9CA) is known color: Melanie. HEX triplet: CF, C9 and CA. RGB value is (207,201,202). Sum of RGB (Red+Green+Blue) = 207+201+202=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9CA is #303635. Grayscale: #CACACA. Windows color (decimal): -3159606 or 13289935. OLE color: 13289935.

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

Color convert

RGB 207 201 202 -
CMYK 0 0.03 0.02 0.19
HSL 350º 0.06% 0.8% -
HSV(B) 350º 0.03% 0.81% -
XYZ 57.28 59.3 64.3 -
YUV 202.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 207 201 202 0 0.03 0.02 0.19 350 0.06 0.8
Hex CF C9 CA 0 3 2 13 15E 6 50
Octal 317 311 312 0 3 2 23 536 6 120
Binary 11001111 11001001 11001010 0 11 10 10011 101011110 110 1010000

Color Harmonies of #CFC9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC9CA

Black with #CFC9CA

Text Example


Text Example

White with #CFC9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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