#C092AA

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

Shades of Lily #C092AA

Tints of Lily #C092AA

Color information

#C092AA (or 0xC092AA) is unknown color: approx Lily. HEX triplet: C0, 92 and AA. RGB value is (192,146,170). Sum of RGB (Red+Green+Blue) = 192+146+170=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C092AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C092AA is #3F6D55. Grayscale: #A2A2A2. Windows color (decimal): -4156758 or 11178688. OLE color: 11178688.

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

Color convert

RGB192146170-
CMYK00.240.110.25
HSL328.7º26.74%66.27%-
HSV(B)328.7º23.96%75.29%-
XYZ39.2734.6742.65-
YUV162.49132.24149.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.80%
GREEN value IS 146 (57.42% from 255) = 28.74%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=37.80%
G=28.74%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214617000.240.110.25328.726.7466.27
HexC092AA018B191491b42
Octal300222252030133151133102
Binary110000001001001010101010011000101111001101001001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092AA; }

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

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

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

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

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

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

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

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