#C996BA

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

Shades of Lily #C996BA

Tints of Lily #C996BA

Color information

#C996BA (or 0xC996BA) is unknown color: approx Lily. HEX triplet: C9, 96 and BA. RGB value is (201,150,186). Sum of RGB (Red+Green+Blue) = 201+150+186=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C996BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996BA is #366945. Grayscale: #A9A9A9. Windows color (decimal): -3565894 or 12228297. OLE color: 12228297.

HSL color Cylindrical-coordinate representation of color #C996BA: hue angle of 317.65º 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 #C996BA is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB201150186-
CMYK00.250.070.21
HSL317.65º32.08%68.82%-
HSV(B)317.65º25.37%78.82%-
XYZ43.8637.7851.43-
YUV169.35137.4150.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.43%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=37.43%
G=27.93%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115018600.250.070.21317.6532.0868.82
HexC996BA01971513e2045
Octal31122627203172547640105
Binary110010011001011010111010011001111101011001111101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C996BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C996BA; }

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

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

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

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

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

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

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

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