Html Css Color HEX #C0A1BD Lilac

📋 copy color: '#C0A1BD'

red 192 ◦ green 161 ◦ blue 189

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

Shades of Lilac #C0A1BD

Tints of Lilac #C0A1BD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.7%

 BLUE value IS 189 (74.22% from 255) = 34.87%

R = 35.42%
G = 29.7%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C0A1BD (or 0xC0A1BD) is known color: Lilac. HEX triplet: C0, A1 and BD. RGB value is (192,161,189). Sum of RGB (Red+Green+Blue) = 192+161+189=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A1BD is #3F5E42. Grayscale: #ADADAD. Windows color (decimal): -4152899 or 12427712. OLE color: 12427712.

HSL color Cylindrical-coordinate representation of color #C0A1BD: hue angle of 305.81º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0A1BD is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 161 189 -
CMYK 0 0.16 0.02 0.25
HSL 305.81º 0.2% 0.69% -
HSV(B) 305.81º 0.16% 0.75% -
XYZ 43.67 40.37 53.63 -
YUV 173.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 192 161 189 0 0.16 0.02 0.25 305.81 0.2 0.69
Hex C0 A1 BD 0 10 2 19 132 14 45
Octal 300 241 275 0 20 2 31 462 24 105
Binary 11000000 10100001 10111101 0 10000 10 11001 100110010 10100 1000101

Color Harmonies of #C0A1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A1BD

Black with #C0A1BD

Text Example


Text Example

White with #C0A1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A1BD; }

 p { color: rgb(192,161,189); }

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

background-color css

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

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

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

border-color css

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

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

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