#C096AE

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

Shades of Lily #C096AE

Tints of Lily #C096AE

Color information

#C096AE (or 0xC096AE) is unknown color: approx Lily. HEX triplet: C0, 96 and AE. RGB value is (192,150,174). Sum of RGB (Red+Green+Blue) = 192+150+174=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C096AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C096AE is #3F6951. Grayscale: #A5A5A5. Windows color (decimal): -4155730 or 11441856. OLE color: 11441856.

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

Color convert

RGB192150174-
CMYK00.220.090.25
HSL325.71º25%67.06%-
HSV(B)325.71º21.88%75.29%-
XYZ40.2836.0844.88-
YUV165.29132.91147.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.21%
GREEN value IS 150 (58.98% from 255) = 29.07%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=37.21%
G=29.07%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215017400.220.090.25325.712567.06
HexC096AE0169191461943
Octal300226256026113150631103
Binary110000001001011010101110010110100111001101000110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C096AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C096AE; }

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

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

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

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

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

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

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

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