#C098B1

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

Shades of Lily #C098B1

Tints of Lily #C098B1

Color information

#C098B1 (or 0xC098B1) is unknown color: approx Lily. HEX triplet: C0, 98 and B1. RGB value is (192,152,177). Sum of RGB (Red+Green+Blue) = 192+152+177=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C098B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C098B1 is #3F674E. Grayscale: #A6A6A6. Windows color (decimal): -4155215 or 11638976. OLE color: 11638976.

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

Color convert

RGB192152177-
CMYK00.210.080.25
HSL322.5º24.1%67.45%-
HSV(B)322.5º20.83%75.29%-
XYZ40.936.8446.55-
YUV166.81133.75145.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.85%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 177 (69.53% from 255) = 33.97%
R=36.85%
G=29.17%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215217700.210.080.25322.524.167.45
HexC098B10158191421843
Octal300230261025103150230103
Binary110000001001100010110001010101100011001101000010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C098B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C098B1; }

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

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

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

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

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

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

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

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