#C990BA

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

Shades of Lily #C990BA

Tints of Lily #C990BA

Color information

#C990BA (or 0xC990BA) is unknown color: approx Lily. HEX triplet: C9, 90 and BA. RGB value is (201,144,186). Sum of RGB (Red+Green+Blue) = 201+144+186=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C990BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990BA is #366F45. Grayscale: #A5A5A5. Windows color (decimal): -3567430 or 12226761. OLE color: 12226761.

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

Color convert

RGB201144186-
CMYK00.280.070.21
HSL315.79º34.55%67.65%-
HSV(B)315.79º28.36%78.82%-
XYZ42.9235.9151.12-
YUV165.83139.38153.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.85%
GREEN value IS 144 (56.64% from 255) = 27.12%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=37.85%
G=27.12%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114418600.280.070.21315.7934.5567.65
HexC990BA01C71513c2344
Octal31122027203472547443104
Binary110010011001000010111010011100111101011001111001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C990BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C990BA; }

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

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

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

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

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

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

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

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