#C092AC

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

Shades of Lily #C092AC

Tints of Lily #C092AC

Color information

#C092AC (or 0xC092AC) is unknown color: approx Lily. HEX triplet: C0, 92 and AC. RGB value is (192,146,172). Sum of RGB (Red+Green+Blue) = 192+146+172=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C092AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C092AC is #3F6D53. Grayscale: #A2A2A2. Windows color (decimal): -4156756 or 11309760. OLE color: 11309760.

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

Color convert

RGB192146172-
CMYK00.240.100.25
HSL326.09º26.74%66.27%-
HSV(B)326.09º23.96%75.29%-
XYZ39.4634.7443.66-
YUV162.72133.24148.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.65%
GREEN value IS 146 (57.42% from 255) = 28.63%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=37.65%
G=28.63%
B=33.73%

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
Decimal19214617200.240.100.25326.0926.7466.27
HexC092AC018A191461b42
Octal300222254030123150633102
Binary110000001001001010101100011000101011001101000110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092AC; }

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

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

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

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

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

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

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

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