Html Css Color HEX #C7C0E5 Melrose

📋 copy color: '#C7C0E5'

red 199 ◦ green 192 ◦ blue 229

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

Shades of Melrose #C7C0E5

Tints of Melrose #C7C0E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.94%

R = 32.1%
G = 30.97%
B = 36.94%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C7C0E5 (or 0xC7C0E5) is known color: Melrose. HEX triplet: C7, C0 and E5. RGB value is (199,192,229). Sum of RGB (Red+Green+Blue) = 199+192+229=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #C7C0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C0E5 is #383F1A. Grayscale: #C6C6C6. Windows color (decimal): -3686171 or 15057095. OLE color: 15057095.

HSL color Cylindrical-coordinate representation of color #C7C0E5: hue angle of 251.35º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7C0E5 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 199 192 229 -
CMYK 0.13 0.16 0 0.10
HSL 251.35º 0.42% 0.83% -
HSV(B) 251.35º 0.16% 0.9% -
XYZ 56.55 55.5 81.86 -
YUV 198.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 199 192 229 0.13 0.16 0 0.10 251.35 0.42 0.83
Hex C7 C0 E5 D 10 0 A FB 2A 53
Octal 307 300 345 15 20 0 12 373 52 123
Binary 11000111 11000000 11100101 1101 10000 0 1010 11111011 101010 1010011

Color Harmonies of #C7C0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C0E5

Black with #C7C0E5

Text Example


Text Example

White with #C7C0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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