Html Css Color HEX #C0AEE8 Melrose

📋 copy color: '#C0AEE8'

red 192 ◦ green 174 ◦ blue 232

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

Shades of Melrose #C0AEE8

Tints of Melrose #C0AEE8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.1%

 BLUE value IS 232 (91.02% from 255) = 38.8%

R = 32.11%
G = 29.1%
B = 38.8%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C0AEE8 (or 0xC0AEE8) is known color: Melrose. HEX triplet: C0, AE and E8. RGB value is (192,174,232). Sum of RGB (Red+Green+Blue) = 192+174+232=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 232 - color contains mainly: blue. Hex color #C0AEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AEE8 is #3F5117. Grayscale: #B9B9B9. Windows color (decimal): -4149528 or 15249088. OLE color: 15249088.

HSL color Cylindrical-coordinate representation of color #C0AEE8: hue angle of 258.62º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0AEE8 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 174 232 -
CMYK 0.17 0.25 0 0.09
HSL 258.62º 0.56% 0.8% -
HSV(B) 258.62º 0.25% 0.91% -
XYZ 51.44 47.3 82.76 -
YUV 185.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 192 174 232 0.17 0.25 0 0.09 258.62 0.56 0.8
Hex C0 AE E8 11 19 0 9 103 38 50
Octal 300 256 350 21 31 0 11 403 70 120
Binary 11000000 10101110 11101000 10001 11001 0 1001 100000011 111000 1010000

Color Harmonies of #C0AEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AEE8

Black with #C0AEE8

Text Example


Text Example

White with #C0AEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AEE8; }

 p { color: rgb(192,174,232); }

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

background-color css

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

 a { background-color: rgb(192,174,232); }

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

border-color css

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

 span { border-color: rgb(192,174,232); }

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