#C098B6

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

Shades of Lily #C098B6

Tints of Lily #C098B6

Color information

#C098B6 (or 0xC098B6) is unknown color: approx Lily. HEX triplet: C0, 98 and B6. RGB value is (192,152,182). Sum of RGB (Red+Green+Blue) = 192+152+182=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C098B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098B6 is #3F6749. Grayscale: #A7A7A7. Windows color (decimal): -4155210 or 11966656. OLE color: 11966656.

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

Color convert

RGB192152182-
CMYK00.210.050.25
HSL315º24.1%67.45%-
HSV(B)315º20.83%75.29%-
XYZ41.4137.0449.22-
YUV167.38136.25145.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.50%
GREEN value IS 152 (59.77% from 255) = 28.90%
BLUE value IS 182 (71.48% from 255) = 34.60%
R=36.50%
G=28.90%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215218200.210.050.2531524.167.45
HexC098B601551913b1843
Octal30023026602553147330103
Binary11000000100110001011011001010110111001100111011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C098B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C098B6; }

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

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

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

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

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

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

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

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