Html Css Color HEX #C0B0FE Melrose

📋 copy color: '#C0B0FE'

red 192 ◦ green 176 ◦ blue 254

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

Shades of Melrose #C0B0FE

Tints of Melrose #C0B0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.3%

 BLUE value IS 254 (99.61% from 255) = 40.84%

R = 30.87%
G = 28.3%
B = 40.84%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C0B0FE (or 0xC0B0FE) is known color: Melrose. HEX triplet: C0, B0 and FE. RGB value is (192,176,254). Sum of RGB (Red+Green+Blue) = 192+176+254=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0B0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0B0FE is #3F4F01. Grayscale: #BDBDBD. Windows color (decimal): -4148994 or 16691392. OLE color: 16691392.

HSL color Cylindrical-coordinate representation of color #C0B0FE: hue angle of 252.31º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0B0FE is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 176 254 -
CMYK 0.24 0.31 0 0.00
HSL 252.31º 0.98% 0.84% -
HSV(B) 252.31º 0.31% 1% -
XYZ 55.15 49.41 100.4 -
YUV 189.68 164.3 129.66 -
System Red Green Blue C M Y K H S L
Decimal 192 176 254 0.24 0.31 0 0.00 252.31 0.98 0.84
Hex C0 B0 FE 18 1F 0 0 FC 62 54
Octal 300 260 376 30 37 0 0 374 142 124
Binary 11000000 10110000 11111110 11000 11111 0 0 11111100 1100010 1010100

Color Harmonies of #C0B0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B0FE

Black with #C0B0FE

Text Example


Text Example

White with #C0B0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B0FE; }

 p { color: rgb(192,176,254); }

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

background-color css

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

 a { background-color: rgb(192,176,254); }

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

border-color css

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

 span { border-color: rgb(192,176,254); }

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