#C996BD

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

Shades of Lily #C996BD

Tints of Lily #C996BD

Color information

#C996BD (or 0xC996BD) is unknown color: approx Lily. HEX triplet: C9, 96 and BD. RGB value is (201,150,189). Sum of RGB (Red+Green+Blue) = 201+150+189=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C996BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996BD is #366942. Grayscale: #A9A9A9. Windows color (decimal): -3565891 or 12424905. OLE color: 12424905.

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

Color convert

RGB201150189-
CMYK00.250.060.21
HSL314.12º32.08%68.82%-
HSV(B)314.12º25.37%78.82%-
XYZ44.1837.953.13-
YUV169.7138.9150.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.22%
GREEN value IS 150 (58.98% from 255) = 27.78%
BLUE value IS 189 (74.22% from 255) = 35%
R=37.22%
G=27.78%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115018900.250.060.21314.1232.0868.82
HexC996BD01961513a2045
Octal31122627503162547240105
Binary110010011001011010111101011001110101011001110101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C996BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C996BD; }

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

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

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

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

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

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

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

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