Html Css Color HEX #C7C0DA Melrose

📋 copy color: '#C7C0DA'

red 199 ◦ green 192 ◦ blue 218

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

Shades of Melrose #C7C0DA

Tints of Melrose #C7C0DA

RGB

 RED value IS 199 (78.13% from 255) = 32.68%

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

 BLUE value IS 218 (85.55% from 255) = 35.8%

R = 32.68%
G = 31.53%
B = 35.8%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C7C0DA (or 0xC7C0DA) is known color: Melrose. HEX triplet: C7, C0 and DA. RGB value is (199,192,218). Sum of RGB (Red+Green+Blue) = 199+192+218=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7C0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C0DA is #383F25. Grayscale: #C4C4C4. Windows color (decimal): -3686182 or 14336199. OLE color: 14336199.

HSL color Cylindrical-coordinate representation of color #C7C0DA: hue angle of 256.15º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7C0DA is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 192 218 -
CMYK 0.09 0.12 0 0.15
HSL 256.15º 0.26% 0.8% -
HSV(B) 256.15º 0.12% 0.85% -
XYZ 55.06 54.9 74.03 -
YUV 197.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 199 192 218 0.09 0.12 0 0.15 256.15 0.26 0.8
Hex C7 C0 DA 9 C 0 F 100 1A 50
Octal 307 300 332 11 14 0 17 400 32 120
Binary 11000111 11000000 11011010 1001 1100 0 1111 100000000 11010 1010000

Color Harmonies of #C7C0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C0DA

Black with #C7C0DA

Text Example


Text Example

White with #C7C0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C0DA; }

 p { color: rgb(199,192,218); }

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

background-color css

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

 a { background-color: rgb(199,192,218); }

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

border-color css

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

 span { border-color: rgb(199,192,218); }

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