Html Css Color HEX #C0AAC0 Lilac

📋 copy color: '#C0AAC0'

red 192 ◦ green 170 ◦ blue 192

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

Shades of Lilac #C0AAC0

Tints of Lilac #C0AAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.66%

R = 34.66%
G = 30.69%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C0AAC0 (or 0xC0AAC0) is known color: Lilac. HEX triplet: C0, AA and C0. RGB value is (192,170,192). Sum of RGB (Red+Green+Blue) = 192+170+192=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C0AAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AAC0 is #3F553F. Grayscale: #B3B3B3. Windows color (decimal): -4150592 or 12626624. OLE color: 12626624.

HSL color Cylindrical-coordinate representation of color #C0AAC0: hue angle of 300º 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 #C0AAC0 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 170 192 -
CMYK 0 0.11 0 0.25
HSL 300º 0.15% 0.71% -
HSV(B) 300º 0.11% 0.75% -
XYZ 45.63 43.76 55.91 -
YUV 179.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 192 170 192 0 0.11 0 0.25 300 0.15 0.71
Hex C0 AA C0 0 B 0 19 12C F 47
Octal 300 252 300 0 13 0 31 454 17 107
Binary 11000000 10101010 11000000 0 1011 0 11001 100101100 1111 1000111

Color Harmonies of #C0AAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AAC0

Black with #C0AAC0

Text Example


Text Example

White with #C0AAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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