#C998B9

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

Shades of Lily #C998B9

Tints of Lily #C998B9

Color information

#C998B9 (or 0xC998B9) is unknown color: approx Lily. HEX triplet: C9, 98 and B9. RGB value is (201,152,185). Sum of RGB (Red+Green+Blue) = 201+152+185=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C998B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998B9 is #366746. Grayscale: #AAAAAA. Windows color (decimal): -3565383 or 12163273. OLE color: 12163273.

HSL color Cylindrical-coordinate representation of color #C998B9: hue angle of 319.59º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C998B9 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB201152185-
CMYK00.240.080.21
HSL319.59º31.21%69.22%-
HSV(B)319.59º24.38%78.82%-
XYZ44.0738.3850.98-
YUV170.41136.23149.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.36%
GREEN value IS 152 (59.77% from 255) = 28.25%
BLUE value IS 185 (72.66% from 255) = 34.39%
R=37.36%
G=28.25%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115218500.240.080.21319.5931.2169.22
HexC998B90188151401f45
Octal311230271030102550037105
Binary110010011001100010111001011000100010101101000000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C998B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C998B9; }

 p { color: rgb(201,152,185); }

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

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

 a { background-color: rgb(201,152,185); }

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

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

 span { border-color: rgb(201,152,185); }

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