#C095AA

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

Shades of Lily #C095AA

Tints of Lily #C095AA

Color information

#C095AA (or 0xC095AA) is unknown color: approx Lily. HEX triplet: C0, 95 and AA. RGB value is (192,149,170). Sum of RGB (Red+Green+Blue) = 192+149+170=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C095AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C095AA is #3F6A55. Grayscale: #A4A4A4. Windows color (decimal): -4155990 or 11179456. OLE color: 11179456.

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

Color convert

RGB192149170-
CMYK00.220.110.25
HSL330.7º25.44%66.86%-
HSV(B)330.7º22.4%75.29%-
XYZ39.7435.642.81-
YUV164.25131.25147.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.57%
GREEN value IS 149 (58.59% from 255) = 29.16%
BLUE value IS 170 (66.80% from 255) = 33.27%
R=37.57%
G=29.16%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214917000.220.110.25330.725.4466.86
HexC095AA016B1914b1943
Octal300225252026133151331103
Binary110000001001010110101010010110101111001101001011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C095AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C095AA; }

 p { color: rgb(192,149,170); }

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

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

 a { background-color: rgb(192,149,170); }

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

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

 span { border-color: rgb(192,149,170); }

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