Html Css Color HEX #C0AABF Lilac

📋 copy color: '#C0AABF'

red 192 ◦ green 170 ◦ blue 191

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

Shades of Lilac #C0AABF

Tints of Lilac #C0AABF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.74%

 BLUE value IS 191 (75% from 255) = 34.54%

R = 34.72%
G = 30.74%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C0AABF (or 0xC0AABF) is known color: Lilac. HEX triplet: C0, AA and BF. RGB value is (192,170,191). Sum of RGB (Red+Green+Blue) = 192+170+191=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AABF is #3F5540. Grayscale: #B2B2B2. Windows color (decimal): -4150593 or 12561088. OLE color: 12561088.

HSL color Cylindrical-coordinate representation of color #C0AABF: hue angle of 302.73º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0AABF is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 170 191 -
CMYK 0 0.11 0.01 0.25
HSL 302.73º 0.15% 0.71% -
HSV(B) 302.73º 0.11% 0.75% -
XYZ 45.52 43.72 55.33 -
YUV 178.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 192 170 191 0 0.11 0.01 0.25 302.73 0.15 0.71
Hex C0 AA BF 0 B 1 19 12F F 47
Octal 300 252 277 0 13 1 31 457 17 107
Binary 11000000 10101010 10111111 0 1011 1 11001 100101111 1111 1000111

Color Harmonies of #C0AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AABF

Black with #C0AABF

Text Example


Text Example

White with #C0AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AABF; }

 p { color: rgb(192,170,191); }

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

background-color css

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

 a { background-color: rgb(192,170,191); }

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

border-color css

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

 span { border-color: rgb(192,170,191); }

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