Html Css Color HEX #C0AFE8 Melrose

📋 copy color: '#C0AFE8'

red 192 ◦ green 175 ◦ blue 232

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

Shades of Melrose #C0AFE8

Tints of Melrose #C0AFE8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.22%

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

R = 32.05%
G = 29.22%
B = 38.73%

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

#C0AFE8 (or 0xC0AFE8) is known color: Melrose. HEX triplet: C0, AF and E8. RGB value is (192,175,232). Sum of RGB (Red+Green+Blue) = 192+175+232=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 232 - color contains mainly: blue. Hex color #C0AFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFE8 is #3F5017. Grayscale: #BABABA. Windows color (decimal): -4149272 or 15249344. OLE color: 15249344.

HSL color Cylindrical-coordinate representation of color #C0AFE8: hue angle of 257.89º degrees, saturation: 0.55, 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 #C0AFE8 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 175 232 -
CMYK 0.17 0.25 0 0.09
HSL 257.89º 0.55% 0.8% -
HSV(B) 257.89º 0.25% 0.91% -
XYZ 51.63 47.69 82.83 -
YUV 186.58 153.63 131.87 -
System Red Green Blue C M Y K H S L
Decimal 192 175 232 0.17 0.25 0 0.09 257.89 0.55 0.8
Hex C0 AF E8 11 19 0 9 102 37 50
Octal 300 257 350 21 31 0 11 402 67 120
Binary 11000000 10101111 11101000 10001 11001 0 1001 100000010 110111 1010000

Color Harmonies of #C0AFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFE8

Black with #C0AFE8

Text Example


Text Example

White with #C0AFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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