Html Css Color HEX #C0B7EE Melrose

📋 copy color: '#C0B7EE'

red 192 ◦ green 183 ◦ blue 238

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

Shades of Melrose #C0B7EE

Tints of Melrose #C0B7EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.83%

R = 31.32%
G = 29.85%
B = 38.83%

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

#C0B7EE (or 0xC0B7EE) is known color: Melrose. HEX triplet: C0, B7 and EE. RGB value is (192,183,238). Sum of RGB (Red+Green+Blue) = 192+183+238=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0B7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B7EE is #3F4811. Grayscale: #BFBFBF. Windows color (decimal): -4147218 or 15644608. OLE color: 15644608.

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

Color convert

RGB 192 183 238 -
CMYK 0.19 0.23 0 0.07
HSL 249.82º 0.62% 0.83% -
HSV(B) 249.82º 0.23% 0.93% -
XYZ 54.1 51.25 87.93 -
YUV 191.96 153.98 128.03 -
System Red Green Blue C M Y K H S L
Decimal 192 183 238 0.19 0.23 0 0.07 249.82 0.62 0.83
Hex C0 B7 EE 13 17 0 7 FA 3E 53
Octal 300 267 356 23 27 0 7 372 76 123
Binary 11000000 10110111 11101110 10011 10111 0 111 11111010 111110 1010011

Color Harmonies of #C0B7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B7EE

Black with #C0B7EE

Text Example


Text Example

White with #C0B7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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