#C992BD

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

Shades of Lily #C992BD

Tints of Lily #C992BD

Color information

#C992BD (or 0xC992BD) is unknown color: approx Lily. HEX triplet: C9, 92 and BD. RGB value is (201,146,189). Sum of RGB (Red+Green+Blue) = 201+146+189=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 201 - color contains mainly: red. Hex color #C992BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992BD is #366D42. Grayscale: #A7A7A7. Windows color (decimal): -3566915 or 12423881. OLE color: 12423881.

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

Color convert

RGB201146189-
CMYK00.270.060.21
HSL313.09º33.74%68.04%-
HSV(B)313.09º27.36%78.82%-
XYZ43.5536.6552.92-
YUV167.35140.22152-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.5%
GREEN value IS 146 (57.42% from 255) = 27.24%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=37.5%
G=27.24%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114618900.270.060.21313.0933.7468.04
HexC992BD01B6151392244
Octal31122227503362547142104
Binary110010011001001010111101011011110101011001110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C992BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C992BD; }

 p { color: rgb(201,146,189); }

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

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

 a { background-color: rgb(201,146,189); }

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

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

 span { border-color: rgb(201,146,189); }

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