Html Css Color HEX #C0AEED Melrose

📋 copy color: '#C0AEED'

red 192 ◦ green 174 ◦ blue 237

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

Shades of Melrose #C0AEED

Tints of Melrose #C0AEED

RGB

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

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

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

R = 31.84%
G = 28.86%
B = 39.3%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0AEED (or 0xC0AEED) is known color: Melrose. HEX triplet: C0, AE and ED. RGB value is (192,174,237). Sum of RGB (Red+Green+Blue) = 192+174+237=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AEED is #3F5112. Grayscale: #BABABA. Windows color (decimal): -4149523 or 15576768. OLE color: 15576768.

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

Color convert

RGB 192 174 237 -
CMYK 0.19 0.27 0 0.07
HSL 257.14º 0.64% 0.81% -
HSV(B) 257.14º 0.27% 0.93% -
XYZ 52.16 47.59 86.56 -
YUV 186.56 156.46 131.88 -
System Red Green Blue C M Y K H S L
Decimal 192 174 237 0.19 0.27 0 0.07 257.14 0.64 0.81
Hex C0 AE ED 13 1B 0 7 101 40 51
Octal 300 256 355 23 33 0 7 401 100 121
Binary 11000000 10101110 11101101 10011 11011 0 111 100000001 1000000 1010001

Color Harmonies of #C0AEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AEED

Black with #C0AEED

Text Example


Text Example

White with #C0AEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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