#CC95B9

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

Shades of Lily #CC95B9

Tints of Lily #CC95B9

Color information

#CC95B9 (or 0xCC95B9) is unknown color: approx Lily. HEX triplet: CC, 95 and B9. RGB value is (204,149,185). Sum of RGB (Red+Green+Blue) = 204+149+185=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CC95B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC95B9 is #336A46. Grayscale: #A9A9A9. Windows color (decimal): -3369543 or 12162508. OLE color: 12162508.

HSL color Cylindrical-coordinate representation of color #CC95B9: hue angle of 320.73º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC95B9 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204149185-
CMYK00.270.090.2
HSL320.73º35.03%69.22%-
HSV(B)320.73º26.96%80%-
XYZ44.4137.8450.86-
YUV169.55136.72152.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 149 (58.59% from 255) = 27.70%
BLUE value IS 185 (72.66% from 255) = 34.39%
R=37.92%
G=27.70%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414918500.270.090.2320.7335.0369.22
HexCC95B901B9141412345
Octal314225271033112450143105
Binary1100110010010101101110010110111001101001010000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95B9; }

 p { color: rgb(204,149,185); }

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

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

 a { background-color: rgb(204,149,185); }

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

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

 span { border-color: rgb(204,149,185); }

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