#CC95BA

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

Shades of Lily #CC95BA

Tints of Lily #CC95BA

Color information

#CC95BA (or 0xCC95BA) is unknown color: approx Lily. HEX triplet: CC, 95 and BA. RGB value is (204,149,186). Sum of RGB (Red+Green+Blue) = 204+149+186=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CC95BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC95BA is #336A45. Grayscale: #A9A9A9. Windows color (decimal): -3369542 or 12228044. OLE color: 12228044.

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

Color convert

RGB204149186-
CMYK00.270.090.2
HSL319.64º35.03%69.22%-
HSV(B)319.64º26.96%80%-
XYZ44.5137.8851.42-
YUV169.66137.22152.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 149 (58.59% from 255) = 27.64%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=37.85%
G=27.64%
B=34.51%

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
Decimal20414918600.270.090.2319.6435.0369.22
HexCC95BA01B9141402345
Octal314225272033112450043105
Binary1100110010010101101110100110111001101001010000001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95BA; }

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

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

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

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

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

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

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

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