#CC97BF

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

Shades of Lily #CC97BF

Tints of Lily #CC97BF

Color information

#CC97BF (or 0xCC97BF) is unknown color: approx Lily. HEX triplet: CC, 97 and BF. RGB value is (204,151,191). Sum of RGB (Red+Green+Blue) = 204+151+191=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CC97BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC97BF is #336840. Grayscale: #ABABAB. Windows color (decimal): -3369025 or 12556236. OLE color: 12556236.

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

Color convert

RGB204151191-
CMYK00.260.060.2
HSL314.72º34.19%69.61%-
HSV(B)314.72º25.98%80%-
XYZ45.3738.7354.37-
YUV171.41139.06151.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 151 (59.38% from 255) = 27.66%
BLUE value IS 191 (75% from 255) = 34.98%
R=37.36%
G=27.66%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415119100.260.060.2314.7234.1969.61
HexCC97BF01A61413b2246
Octal31422727703262447342106
Binary110011001001011110111111011010110101001001110111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC97BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC97BF; }

 p { color: rgb(204,151,191); }

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

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

 a { background-color: rgb(204,151,191); }

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

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

 span { border-color: rgb(204,151,191); }

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