Html Css Color HEX #C0A1BA Lily

📋 copy color: '#C0A1BA'

red 192 ◦ green 161 ◦ blue 186

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

Shades of Lily #C0A1BA

Tints of Lily #C0A1BA

RGB

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

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

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

R = 35.62%
G = 29.87%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C0A1BA (or 0xC0A1BA) is known color: Lily. HEX triplet: C0, A1 and BA. RGB value is (192,161,186). Sum of RGB (Red+Green+Blue) = 192+161+186=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A1BA is #3F5E45. Grayscale: #ADADAD. Windows color (decimal): -4152902 or 12231104. OLE color: 12231104.

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

Color convert

RGB 192 161 186 -
CMYK 0 0.16 0.03 0.25
HSL 311.61º 0.2% 0.69% -
HSV(B) 311.61º 0.16% 0.75% -
XYZ 43.35 40.24 51.94 -
YUV 173.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 192 161 186 0 0.16 0.03 0.25 311.61 0.2 0.69
Hex C0 A1 BA 0 10 3 19 138 14 45
Octal 300 241 272 0 20 3 31 470 24 105
Binary 11000000 10100001 10111010 0 10000 11 11001 100111000 10100 1000101

Color Harmonies of #C0A1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A1BA

Black with #C0A1BA

Text Example


Text Example

White with #C0A1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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