#C098A9

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

Shades of Lily #C098A9

Tints of Lily #C098A9

Color information

#C098A9 (or 0xC098A9) is unknown color: approx Lily. HEX triplet: C0, 98 and A9. RGB value is (192,152,169). Sum of RGB (Red+Green+Blue) = 192+152+169=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C098A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C098A9 is #3F6756. Grayscale: #A5A5A5. Windows color (decimal): -4155223 or 11114688. OLE color: 11114688.

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

Color convert

RGB192152169-
CMYK00.210.120.25
HSL334.5º24.1%67.45%-
HSV(B)334.5º20.83%75.29%-
XYZ40.1336.5342.47-
YUV165.9129.75146.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 152 (59.77% from 255) = 29.63%
BLUE value IS 169 (66.41% from 255) = 32.94%
R=37.43%
G=29.63%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215216900.210.120.25334.524.167.45
HexC098A9015C1914e1843
Octal300230251025143151630103
Binary110000001001100010101001010101110011001101001110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C098A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C098A9; }

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

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

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

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

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

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

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

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