Html Css Color HEX #C0A1BE Lilac

📋 copy color: '#C0A1BE'

red 192 ◦ green 161 ◦ blue 190

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

Shades of Lilac #C0A1BE

Tints of Lilac #C0A1BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.99%

R = 35.36%
G = 29.65%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C0A1BE (or 0xC0A1BE) is known color: Lilac. HEX triplet: C0, A1 and BE. RGB value is (192,161,190). Sum of RGB (Red+Green+Blue) = 192+161+190=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A1BE is #3F5E41. Grayscale: #ADADAD. Windows color (decimal): -4152898 or 12493248. OLE color: 12493248.

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

Color convert

RGB 192 161 190 -
CMYK 0 0.16 0.01 0.25
HSL 303.87º 0.2% 0.69% -
HSV(B) 303.87º 0.16% 0.75% -
XYZ 43.78 40.41 54.21 -
YUV 173.58 137.27 141.14 -
System Red Green Blue C M Y K H S L
Decimal 192 161 190 0 0.16 0.01 0.25 303.87 0.2 0.69
Hex C0 A1 BE 0 10 1 19 130 14 45
Octal 300 241 276 0 20 1 31 460 24 105
Binary 11000000 10100001 10111110 0 10000 1 11001 100110000 10100 1000101

Color Harmonies of #C0A1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A1BE

Black with #C0A1BE

Text Example


Text Example

White with #C0A1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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