Html Css Color HEX #C0A0BE Lilac

📋 copy color: '#C0A0BE'

red 192 ◦ green 160 ◦ blue 190

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

Shades of Lilac #C0A0BE

Tints of Lilac #C0A0BE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.52%

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

R = 35.42%
G = 29.52%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C0A0BE (or 0xC0A0BE) is known color: Lilac. HEX triplet: C0, A0 and BE. RGB value is (192,160,190). Sum of RGB (Red+Green+Blue) = 192+160+190=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A0BE is #3F5F41. Grayscale: #ACACAC. Windows color (decimal): -4153154 or 12492992. OLE color: 12492992.

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

Color convert

RGB 192 160 190 -
CMYK 0 0.17 0.01 0.25
HSL 303.75º 0.2% 0.69% -
HSV(B) 303.75º 0.17% 0.75% -
XYZ 43.6 40.07 54.15 -
YUV 172.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 192 160 190 0 0.17 0.01 0.25 303.75 0.2 0.69
Hex C0 A0 BE 0 11 1 19 130 14 45
Octal 300 240 276 0 21 1 31 460 24 105
Binary 11000000 10100000 10111110 0 10001 1 11001 100110000 10100 1000101

Color Harmonies of #C0A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A0BE

Black with #C0A0BE

Text Example


Text Example

White with #C0A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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