#CC94BA

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

Shades of Lily #CC94BA

Tints of Lily #CC94BA

Color information

#CC94BA (or 0xCC94BA) is unknown color: approx Lily. HEX triplet: CC, 94 and BA. RGB value is (204,148,186). Sum of RGB (Red+Green+Blue) = 204+148+186=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CC94BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94BA is #336B45. Grayscale: #A8A8A8. Windows color (decimal): -3369798 or 12227788. OLE color: 12227788.

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

Color convert

RGB204148186-
CMYK00.270.090.2
HSL319.29º35.44%69.02%-
HSV(B)319.29º27.45%80%-
XYZ44.3537.5651.37-
YUV169.08137.55152.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 148 (58.20% from 255) = 27.51%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=37.92%
G=27.51%
B=34.57%

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
Decimal20414818600.270.090.2319.2935.4469.02
HexCC94BA01B91413f2345
Octal314224272033112447743105
Binary1100110010010100101110100110111001101001001111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC94BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC94BA; }

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

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

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

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

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

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

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

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