#C098AF

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

Shades of Lily #C098AF

Tints of Lily #C098AF

Color information

#C098AF (or 0xC098AF) is unknown color: approx Lily. HEX triplet: C0, 98 and AF. RGB value is (192,152,175). Sum of RGB (Red+Green+Blue) = 192+152+175=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C098AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C098AF is #3F6750. Grayscale: #A6A6A6. Windows color (decimal): -4155217 or 11507904. OLE color: 11507904.

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

Color convert

RGB192152175-
CMYK00.210.090.25
HSL325.5º24.1%67.45%-
HSV(B)325.5º20.83%75.29%-
XYZ40.736.7645.51-
YUV166.58132.75146.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.99%
GREEN value IS 152 (59.77% from 255) = 29.29%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=36.99%
G=29.29%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215217500.210.090.25325.524.167.45
HexC098AF0159191461843
Octal300230257025113150630103
Binary110000001001100010101111010101100111001101000110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C098AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C098AF; }

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

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

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

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

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

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

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

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