#C096AA

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

Shades of Lily #C096AA

Tints of Lily #C096AA

Color information

#C096AA (or 0xC096AA) is unknown color: approx Lily. HEX triplet: C0, 96 and AA. RGB value is (192,150,170). Sum of RGB (Red+Green+Blue) = 192+150+170=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C096AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C096AA is #3F6955. Grayscale: #A4A4A4. Windows color (decimal): -4155734 or 11179712. OLE color: 11179712.

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

Color convert

RGB192150170-
CMYK00.220.110.25
HSL331.43º25%67.06%-
HSV(B)331.43º21.88%75.29%-
XYZ39.935.9242.86-
YUV164.84130.91147.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 150 (58.98% from 255) = 29.30%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=37.5%
G=29.30%
B=33.20%

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
Decimal19215017000.220.110.25331.432567.06
HexC096AA016B1914b1943
Octal300226252026133151331103
Binary110000001001011010101010010110101111001101001011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C096AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C096AA; }

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

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

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

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

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

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

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

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