#C090A8

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

Shades of Lily #C090A8

Tints of Lily #C090A8

Color information

#C090A8 (or 0xC090A8) is unknown color: approx Lily. HEX triplet: C0, 90 and A8. RGB value is (192,144,168). Sum of RGB (Red+Green+Blue) = 192+144+168=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C090A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C090A8 is #3F6F57. Grayscale: #A1A1A1. Windows color (decimal): -4157272 or 11047104. OLE color: 11047104.

HSL color Cylindrical-coordinate representation of color #C090A8: hue angle of 330º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C090A8 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB192144168-
CMYK00.250.120.25
HSL330º27.59%65.88%-
HSV(B)330º25%75.29%-
XYZ38.7833.9841.56-
YUV161.09131.9150.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.10%
GREEN value IS 144 (56.64% from 255) = 28.57%
BLUE value IS 168 (66.02% from 255) = 33.33%
R=38.10%
G=28.57%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214416800.250.120.2533027.5965.88
HexC090A8019C1914a1c42
Octal300220250031143151234102
Binary110000001001000010101000011001110011001101001010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C090A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C090A8; }

 p { color: rgb(192,144,168); }

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

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

 a { background-color: rgb(192,144,168); }

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

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

 span { border-color: rgb(192,144,168); }

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