Html Css Color HEX #C0A0BC Lilac

📋 copy color: '#C0A0BC'

red 192 ◦ green 160 ◦ blue 188

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

Shades of Lilac #C0A0BC

Tints of Lilac #C0A0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.81%

R = 35.56%
G = 29.63%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C0A0BC (or 0xC0A0BC) is known color: Lilac. HEX triplet: C0, A0 and BC. RGB value is (192,160,188). Sum of RGB (Red+Green+Blue) = 192+160+188=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A0BC is #3F5F43. Grayscale: #ACACAC. Windows color (decimal): -4153156 or 12361920. OLE color: 12361920.

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

Color convert

RGB 192 160 188 -
CMYK 0 0.17 0.02 0.25
HSL 307.5º 0.2% 0.69% -
HSV(B) 307.5º 0.17% 0.75% -
XYZ 43.39 39.98 53.01 -
YUV 172.76 136.6 141.72 -
System Red Green Blue C M Y K H S L
Decimal 192 160 188 0 0.17 0.02 0.25 307.5 0.2 0.69
Hex C0 A0 BC 0 11 2 19 134 14 45
Octal 300 240 274 0 21 2 31 464 24 105
Binary 11000000 10100000 10111100 0 10001 10 11001 100110100 10100 1000101

Color Harmonies of #C0A0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A0BC

Black with #C0A0BC

Text Example


Text Example

White with #C0A0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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