Html Css Color HEX #C0A0BB Lilac

📋 copy color: '#C0A0BB'

red 192 ◦ green 160 ◦ blue 187

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

Shades of Lilac #C0A0BB

Tints of Lilac #C0A0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.69%

R = 35.62%
G = 29.68%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C0A0BB (or 0xC0A0BB) is known color: Lilac. HEX triplet: C0, A0 and BB. RGB value is (192,160,187). Sum of RGB (Red+Green+Blue) = 192+160+187=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A0BB is #3F5F44. Grayscale: #ACACAC. Windows color (decimal): -4153157 or 12296384. OLE color: 12296384.

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

Color convert

RGB 192 160 187 -
CMYK 0 0.17 0.03 0.25
HSL 309.38º 0.2% 0.69% -
HSV(B) 309.38º 0.17% 0.75% -
XYZ 43.28 39.94 52.44 -
YUV 172.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 192 160 187 0 0.17 0.03 0.25 309.38 0.2 0.69
Hex C0 A0 BB 0 11 3 19 135 14 45
Octal 300 240 273 0 21 3 31 465 24 105
Binary 11000000 10100000 10111011 0 10001 11 11001 100110101 10100 1000101

Color Harmonies of #C0A0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A0BB

Black with #C0A0BB

Text Example


Text Example

White with #C0A0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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