#C092A9

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

Shades of Lily #C092A9

Tints of Lily #C092A9

Color information

#C092A9 (or 0xC092A9) is unknown color: approx Lily. HEX triplet: C0, 92 and A9. RGB value is (192,146,169). Sum of RGB (Red+Green+Blue) = 192+146+169=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C092A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C092A9 is #3F6D56. Grayscale: #A2A2A2. Windows color (decimal): -4156759 or 11113152. OLE color: 11113152.

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

Color convert

RGB192146169-
CMYK00.240.120.25
HSL330º26.74%66.27%-
HSV(B)330º23.96%75.29%-
XYZ39.1834.6342.16-
YUV162.38131.74149.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.87%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 169 (66.41% from 255) = 33.33%
R=37.87%
G=28.80%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214616900.240.120.2533026.7466.27
HexC092A9018C1914a1b42
Octal300222251030143151233102
Binary110000001001001010101001011000110011001101001010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092A9; }

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

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

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

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

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

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

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

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