#CC95B5

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

Shades of Lily #CC95B5

Tints of Lily #CC95B5

Color information

#CC95B5 (or 0xCC95B5) is unknown color: approx Lily. HEX triplet: CC, 95 and B5. RGB value is (204,149,181). Sum of RGB (Red+Green+Blue) = 204+149+181=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CC95B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC95B5 is #336A4A. Grayscale: #A9A9A9. Windows color (decimal): -3369547 or 11900364. OLE color: 11900364.

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

Color convert

RGB204149181-
CMYK00.270.110.2
HSL325.09º35.03%69.22%-
HSV(B)325.09º26.96%80%-
XYZ43.9937.6748.67-
YUV169.09134.72152.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 149 (58.59% from 255) = 27.90%
BLUE value IS 181 (71.09% from 255) = 33.90%
R=38.20%
G=27.90%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414918100.270.110.2325.0935.0369.22
HexCC95B501BB141452345
Octal314225265033132450543105
Binary1100110010010101101101010110111011101001010001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95B5; }

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

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

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

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

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

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

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

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