#C092AD

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

Shades of Lily #C092AD

Tints of Lily #C092AD

Color information

#C092AD (or 0xC092AD) is unknown color: approx Lily. HEX triplet: C0, 92 and AD. RGB value is (192,146,173). Sum of RGB (Red+Green+Blue) = 192+146+173=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C092AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C092AD is #3F6D52. Grayscale: #A2A2A2. Windows color (decimal): -4156755 or 11375296. OLE color: 11375296.

HSL color Cylindrical-coordinate representation of color #C092AD: hue angle of 324.78º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C092AD is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB192146173-
CMYK00.240.100.25
HSL324.78º26.74%66.27%-
HSV(B)324.78º23.96%75.29%-
XYZ39.5634.7844.16-
YUV162.83133.74148.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.57%
GREEN value IS 146 (57.42% from 255) = 28.57%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=37.57%
G=28.57%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214617300.240.100.25324.7826.7466.27
HexC092AD018A191451b42
Octal300222255030123150533102
Binary110000001001001010101101011000101011001101000101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092AD; }

 p { color: rgb(192,146,173); }

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

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

 a { background-color: rgb(192,146,173); }

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

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

 span { border-color: rgb(192,146,173); }

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