Html Css Color HEX #C0A9BF Lilac

📋 copy color: '#C0A9BF'

red 192 ◦ green 169 ◦ blue 191

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

Shades of Lilac #C0A9BF

Tints of Lilac #C0A9BF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.62%

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

R = 34.78%
G = 30.62%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C0A9BF (or 0xC0A9BF) is known color: Lilac. HEX triplet: C0, A9 and BF. RGB value is (192,169,191). Sum of RGB (Red+Green+Blue) = 192+169+191=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A9BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A9BF is #3F5640. Grayscale: #B2B2B2. Windows color (decimal): -4150849 or 12560832. OLE color: 12560832.

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

Color convert

RGB 192 169 191 -
CMYK 0 0.12 0.01 0.25
HSL 302.61º 0.15% 0.71% -
HSV(B) 302.61º 0.12% 0.75% -
XYZ 45.33 43.34 55.27 -
YUV 178.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 192 169 191 0 0.12 0.01 0.25 302.61 0.15 0.71
Hex C0 A9 BF 0 C 1 19 12F F 47
Octal 300 251 277 0 14 1 31 457 17 107
Binary 11000000 10101001 10111111 0 1100 1 11001 100101111 1111 1000111

Color Harmonies of #C0A9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A9BF

Black with #C0A9BF

Text Example


Text Example

White with #C0A9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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