Html Css Color HEX #C1A0BA Lily

📋 copy color: '#C1A0BA'

red 193 ◦ green 160 ◦ blue 186

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

Shades of Lily #C1A0BA

Tints of Lily #C1A0BA

RGB

 RED value IS 193 (75.78% from 255) = 35.81%

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

 BLUE value IS 186 (73.05% from 255) = 34.51%

R = 35.81%
G = 29.68%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C1A0BA (or 0xC1A0BA) is known color: Lily. HEX triplet: C1, A0 and BA. RGB value is (193,160,186). Sum of RGB (Red+Green+Blue) = 193+160+186=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A0BA is #3E5F45. Grayscale: #ACACAC. Windows color (decimal): -4087622 or 12230849. OLE color: 12230849.

HSL color Cylindrical-coordinate representation of color #C1A0BA: hue angle of 312.73º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1A0BA is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 160 186 -
CMYK 0 0.17 0.04 0.24
HSL 312.73º 0.21% 0.69% -
HSV(B) 312.73º 0.17% 0.76% -
XYZ 43.43 40.02 51.89 -
YUV 172.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 193 160 186 0 0.17 0.04 0.24 312.73 0.21 0.69
Hex C1 A0 BA 0 11 4 18 139 15 45
Octal 301 240 272 0 21 4 30 471 25 105
Binary 11000001 10100000 10111010 0 10001 100 11000 100111001 10101 1000101

Color Harmonies of #C1A0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A0BA

Black with #C1A0BA

Text Example


Text Example

White with #C1A0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A0BA; }

 p { color: rgb(193,160,186); }

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

background-color css

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

 a { background-color: rgb(193,160,186); }

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

border-color css

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

 span { border-color: rgb(193,160,186); }

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