#C098AD

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

Shades of Lily #C098AD

Tints of Lily #C098AD

Color information

#C098AD (or 0xC098AD) is unknown color: approx Lily. HEX triplet: C0, 98 and AD. RGB value is (192,152,173). Sum of RGB (Red+Green+Blue) = 192+152+173=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C098AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C098AD is #3F6752. Grayscale: #A6A6A6. Windows color (decimal): -4155219 or 11376832. OLE color: 11376832.

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

Color convert

RGB192152173-
CMYK00.210.100.25
HSL328.5º24.1%67.45%-
HSV(B)328.5º20.83%75.29%-
XYZ40.5136.6844.48-
YUV166.35131.75146.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.14%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=37.14%
G=29.40%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215217300.210.100.25328.524.167.45
HexC098AD015A191481843
Octal300230255025123151030103
Binary110000001001100010101101010101101011001101001000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C098AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C098AD; }

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

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

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

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

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

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

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

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