Html Css Color HEX #C9C0DC Melrose

📋 copy color: '#C9C0DC'

red 201 ◦ green 192 ◦ blue 220

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

Shades of Melrose #C9C0DC

Tints of Melrose #C9C0DC

RGB

 RED value IS 201 (78.91% from 255) = 32.79%

 GREEN value IS 192 (75.39% from 255) = 31.32%

 BLUE value IS 220 (86.33% from 255) = 35.89%

R = 32.79%
G = 31.32%
B = 35.89%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9C0DC (or 0xC9C0DC) is known color: Melrose. HEX triplet: C9, C0 and DC. RGB value is (201,192,220). Sum of RGB (Red+Green+Blue) = 201+192+220=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C0DC is #363F23. Grayscale: #C5C5C5. Windows color (decimal): -3555108 or 14467273. OLE color: 14467273.

HSL color Cylindrical-coordinate representation of color #C9C0DC: hue angle of 259.29º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9C0DC is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 192 220 -
CMYK 0.09 0.13 0 0.14
HSL 259.29º 0.29% 0.81% -
HSV(B) 259.29º 0.13% 0.86% -
XYZ 55.86 55.28 75.44 -
YUV 197.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 201 192 220 0.09 0.13 0 0.14 259.29 0.29 0.81
Hex C9 C0 DC 9 D 0 E 103 1D 51
Octal 311 300 334 11 15 0 16 403 35 121
Binary 11001001 11000000 11011100 1001 1101 0 1110 100000011 11101 1010001

Color Harmonies of #C9C0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C0DC

Black with #C9C0DC

Text Example


Text Example

White with #C9C0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C0DC; }

 p { color: rgb(201,192,220); }

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

background-color css

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

 a { background-color: rgb(201,192,220); }

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

border-color css

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

 span { border-color: rgb(201,192,220); }

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