#C0A0B7

Color #C0A0B7 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #C0A0B7

Tints of Lily #C0A0B7

Color information

#C0A0B7 (or 0xC0A0B7) is unknown color: approx Lily. HEX triplet: C0, A0 and B7. RGB value is (192,160,183). Sum of RGB (Red+Green+Blue) = 192+160+183=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A0B7 is #3F5F48. Grayscale: #ACACAC. Windows color (decimal): -4153161 or 12034240. OLE color: 12034240.

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

Color convert

RGB192160183-
CMYK00.170.050.25
HSL316.88º20.25%69.02%-
HSV(B)316.88º16.67%75.29%-
XYZ42.8639.7750.22-
YUV172.19134.1142.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.89%
GREEN value IS 160 (62.89% from 255) = 29.91%
BLUE value IS 183 (71.88% from 255) = 34.21%
R=35.89%
G=29.91%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216018300.170.050.25316.8820.2569.02
HexC0A0B701151913d1445
Octal30024026702153147524105
Binary11000000101000001011011101000110111001100111101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A0B7; }

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

 H1.HeaderClassName
 {
   color: #C0A0B7;
 }
 .AnyTagClassName
 {
   color: #C0A0B7;
 }
</style>
background-color css

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

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

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

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

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

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