#C994BB

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

Shades of Lily #C994BB

Tints of Lily #C994BB

Color information

#C994BB (or 0xC994BB) is unknown color: approx Lily. HEX triplet: C9, 94 and BB. RGB value is (201,148,187). Sum of RGB (Red+Green+Blue) = 201+148+187=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 201 - color contains mainly: red. Hex color #C994BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994BB is #366B44. Grayscale: #A8A8A8. Windows color (decimal): -3566405 or 12293321. OLE color: 12293321.

HSL color Cylindrical-coordinate representation of color #C994BB: hue angle of 315.85º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C994BB is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB201148187-
CMYK00.260.070.21
HSL315.85º32.92%68.43%-
HSV(B)315.85º26.37%78.82%-
XYZ43.6537.1951.89-
YUV168.29138.56151.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.5%
GREEN value IS 148 (58.20% from 255) = 27.61%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=37.5%
G=27.61%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114818700.260.070.21315.8532.9268.43
HexC994BB01A71513c2144
Octal31122427303272547441104
Binary110010011001010010111011011010111101011001111001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C994BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C994BB; }

 p { color: rgb(201,148,187); }

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

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

 a { background-color: rgb(201,148,187); }

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

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

 span { border-color: rgb(201,148,187); }

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