Html Css Color HEX #C0AFEE Melrose

📋 copy color: '#C0AFEE'

red 192 ◦ green 175 ◦ blue 238

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

Shades of Melrose #C0AFEE

Tints of Melrose #C0AFEE

RGB

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

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

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

R = 31.74%
G = 28.93%
B = 39.34%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0AFEE (or 0xC0AFEE) is known color: Melrose. HEX triplet: C0, AF and EE. RGB value is (192,175,238). Sum of RGB (Red+Green+Blue) = 192+175+238=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0AFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFEE is #3F5011. Grayscale: #BBBBBB. Windows color (decimal): -4149266 or 15642560. OLE color: 15642560.

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

Color convert

RGB 192 175 238 -
CMYK 0.19 0.26 0 0.07
HSL 256.19º 0.65% 0.81% -
HSV(B) 256.19º 0.26% 0.93% -
XYZ 52.5 48.04 87.39 -
YUV 187.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 192 175 238 0.19 0.26 0 0.07 256.19 0.65 0.81
Hex C0 AF EE 13 1A 0 7 100 41 51
Octal 300 257 356 23 32 0 7 400 101 121
Binary 11000000 10101111 11101110 10011 11010 0 111 100000000 1000001 1010001

Color Harmonies of #C0AFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFEE

Black with #C0AFEE

Text Example


Text Example

White with #C0AFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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