#C095AB

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

Shades of Lily #C095AB

Tints of Lily #C095AB

Color information

#C095AB (or 0xC095AB) is unknown color: approx Lily. HEX triplet: C0, 95 and AB. RGB value is (192,149,171). Sum of RGB (Red+Green+Blue) = 192+149+171=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C095AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C095AB is #3F6A54. Grayscale: #A4A4A4. Windows color (decimal): -4155989 or 11244992. OLE color: 11244992.

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

Color convert

RGB192149171-
CMYK00.220.110.25
HSL329.3º25.44%66.86%-
HSV(B)329.3º22.4%75.29%-
XYZ39.8435.6443.31-
YUV164.36131.75147.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 149 (58.59% from 255) = 29.10%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=37.5%
G=29.10%
B=33.40%

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
Decimal19214917100.220.110.25329.325.4466.86
HexC095AB016B191491943
Octal300225253026133151131103
Binary110000001001010110101011010110101111001101001001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C095AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C095AB; }

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

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

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

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

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

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

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

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