Html Css Color HEX #C0B7D6 Melrose

📋 copy color: '#C0B7D6'

red 192 ◦ green 183 ◦ blue 214

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

Shades of Melrose #C0B7D6

Tints of Melrose #C0B7D6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.07%

 BLUE value IS 214 (83.98% from 255) = 36.33%

R = 32.6%
G = 31.07%
B = 36.33%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C0B7D6 (or 0xC0B7D6) is known color: Melrose. HEX triplet: C0, B7 and D6. RGB value is (192,183,214). Sum of RGB (Red+Green+Blue) = 192+183+214=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #C0B7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B7D6 is #3F4829. Grayscale: #BDBDBD. Windows color (decimal): -4147242 or 14071744. OLE color: 14071744.

HSL color Cylindrical-coordinate representation of color #C0B7D6: hue angle of 257.42º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0B7D6 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 183 214 -
CMYK 0.10 0.14 0 0.16
HSL 257.42º 0.27% 0.78% -
HSV(B) 257.42º 0.14% 0.84% -
XYZ 50.81 49.93 70.58 -
YUV 189.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 192 183 214 0.10 0.14 0 0.16 257.42 0.27 0.78
Hex C0 B7 D6 A E 0 10 101 1B 4E
Octal 300 267 326 12 16 0 20 401 33 116
Binary 11000000 10110111 11010110 1010 1110 0 10000 100000001 11011 1001110

Color Harmonies of #C0B7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B7D6

Black with #C0B7D6

Text Example


Text Example

White with #C0B7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B7D6; }

 p { color: rgb(192,183,214); }

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

background-color css

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

 a { background-color: rgb(192,183,214); }

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

border-color css

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

 span { border-color: rgb(192,183,214); }

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