Html Css Color HEX #C0B6ED Melrose

📋 copy color: '#C0B6ED'

red 192 ◦ green 182 ◦ blue 237

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

Shades of Melrose #C0B6ED

Tints of Melrose #C0B6ED

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.79%

 BLUE value IS 237 (92.97% from 255) = 38.79%

R = 31.42%
G = 29.79%
B = 38.79%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0B6ED (or 0xC0B6ED) is known color: Melrose. HEX triplet: C0, B6 and ED. RGB value is (192,182,237). Sum of RGB (Red+Green+Blue) = 192+182+237=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0B6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B6ED is #3F4912. Grayscale: #BFBFBF. Windows color (decimal): -4147475 or 15578816. OLE color: 15578816.

HSL color Cylindrical-coordinate representation of color #C0B6ED: hue angle of 250.91º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0B6ED is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 182 237 -
CMYK 0.19 0.23 0 0.07
HSL 250.91º 0.6% 0.82% -
HSV(B) 250.91º 0.23% 0.93% -
XYZ 53.75 50.78 87.09 -
YUV 191.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 192 182 237 0.19 0.23 0 0.07 250.91 0.6 0.82
Hex C0 B6 ED 13 17 0 7 FB 3C 52
Octal 300 266 355 23 27 0 7 373 74 122
Binary 11000000 10110110 11101101 10011 10111 0 111 11111011 111100 1010010

Color Harmonies of #C0B6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B6ED

Black with #C0B6ED

Text Example


Text Example

White with #C0B6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B6ED; }

 p { color: rgb(192,182,237); }

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

background-color css

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

 a { background-color: rgb(192,182,237); }

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

border-color css

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

 span { border-color: rgb(192,182,237); }

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