Html Css Color HEX #C0B5DC Melrose

📋 copy color: '#C0B5DC'

red 192 ◦ green 181 ◦ blue 220

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

Shades of Melrose #C0B5DC

Tints of Melrose #C0B5DC

RGB

 RED value IS 192 (75.39% from 255) = 32.38%

 GREEN value IS 181 (71.09% from 255) = 30.52%

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

R = 32.38%
G = 30.52%
B = 37.1%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0B5DC (or 0xC0B5DC) is known color: Melrose. HEX triplet: C0, B5 and DC. RGB value is (192,181,220). Sum of RGB (Red+Green+Blue) = 192+181+220=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0B5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B5DC is #3F4A23. Grayscale: #BCBCBC. Windows color (decimal): -4147748 or 14464448. OLE color: 14464448.

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

Color convert

RGB 192 181 220 -
CMYK 0.13 0.18 0 0.14
HSL 256.92º 0.36% 0.79% -
HSV(B) 256.92º 0.18% 0.86% -
XYZ 51.18 49.42 74.55 -
YUV 188.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 192 181 220 0.13 0.18 0 0.14 256.92 0.36 0.79
Hex C0 B5 DC D 12 0 E 101 24 4F
Octal 300 265 334 15 22 0 16 401 44 117
Binary 11000000 10110101 11011100 1101 10010 0 1110 100000001 100100 1001111

Color Harmonies of #C0B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B5DC

Black with #C0B5DC

Text Example


Text Example

White with #C0B5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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