#CC97AD

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

Shades of Lily #CC97AD

Tints of Lily #CC97AD

Color information

#CC97AD (or 0xCC97AD) is unknown color: approx Lily. HEX triplet: CC, 97 and AD. RGB value is (204,151,173). Sum of RGB (Red+Green+Blue) = 204+151+173=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CC97AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC97AD is #336852. Grayscale: #A9A9A9. Windows color (decimal): -3369043 or 11376588. OLE color: 11376588.

HSL color Cylindrical-coordinate representation of color #CC97AD: hue angle of 335.09º 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 #CC97AD is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB204151173-
CMYK00.260.150.2
HSL335.09º34.19%69.61%-
HSV(B)335.09º25.98%80%-
XYZ43.5137.9944.57-
YUV169.36130.06152.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=38.64%
G=28.60%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415117300.260.150.2335.0934.1969.61
HexCC97AD01AF1414f2246
Octal314227255032172451742106
Binary1100110010010111101011010110101111101001010011111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC97AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC97AD; }

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

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

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

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

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

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

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

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