#CC98B1

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

Shades of Lily #CC98B1

Tints of Lily #CC98B1

Color information

#CC98B1 (or 0xCC98B1) is unknown color: approx Lily. HEX triplet: CC, 98 and B1. RGB value is (204,152,177). Sum of RGB (Red+Green+Blue) = 204+152+177=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CC98B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC98B1 is #33674E. Grayscale: #AAAAAA. Windows color (decimal): -3368783 or 11638988. OLE color: 11638988.

HSL color Cylindrical-coordinate representation of color #CC98B1: hue angle of 331.15º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC98B1 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB204152177-
CMYK00.250.130.2
HSL331.15º33.77%69.8%-
HSV(B)331.15º25.49%80%-
XYZ44.0738.4746.7-
YUV170.4131.73151.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 152 (59.77% from 255) = 28.52%
BLUE value IS 177 (69.53% from 255) = 33.21%
R=38.27%
G=28.52%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415217700.250.130.2331.1533.7769.8
HexCC98B1019D1414b2246
Octal314230261031152451342106
Binary1100110010011000101100010110011101101001010010111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC98B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC98B1; }

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

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

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

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

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

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

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

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