Html Css Color HEX #C0AFEB Melrose

📋 copy color: '#C0AFEB'

red 192 ◦ green 175 ◦ blue 235

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

Shades of Melrose #C0AFEB

Tints of Melrose #C0AFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.04%

R = 31.89%
G = 29.07%
B = 39.04%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C0AFEB (or 0xC0AFEB) is known color: Melrose. HEX triplet: C0, AF and EB. RGB value is (192,175,235). Sum of RGB (Red+Green+Blue) = 192+175+235=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFEB is #3F5014. Grayscale: #BABABA. Windows color (decimal): -4149269 or 15445952. OLE color: 15445952.

HSL color Cylindrical-coordinate representation of color #C0AFEB: hue angle of 257º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0AFEB is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 175 235 -
CMYK 0.18 0.26 0 0.08
HSL 257º 0.6% 0.8% -
HSV(B) 257º 0.26% 0.92% -
XYZ 52.06 47.86 85.09 -
YUV 186.92 155.13 131.62 -
System Red Green Blue C M Y K H S L
Decimal 192 175 235 0.18 0.26 0 0.08 257 0.6 0.8
Hex C0 AF EB 12 1A 0 8 101 3C 50
Octal 300 257 353 22 32 0 10 401 74 120
Binary 11000000 10101111 11101011 10010 11010 0 1000 100000001 111100 1010000

Color Harmonies of #C0AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFEB

Black with #C0AFEB

Text Example


Text Example

White with #C0AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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