#C099AA

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

Shades of Lily #C099AA

Tints of Lily #C099AA

Color information

#C099AA (or 0xC099AA) is unknown color: approx Lily. HEX triplet: C0, 99 and AA. RGB value is (192,153,170). Sum of RGB (Red+Green+Blue) = 192+153+170=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C099AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C099AA is #3F6655. Grayscale: #A6A6A6. Windows color (decimal): -4154966 or 11180480. OLE color: 11180480.

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

Color convert

RGB192153170-
CMYK00.200.110.25
HSL333.85º23.64%67.65%-
HSV(B)333.85º20.31%75.29%-
XYZ40.3936.8943.02-
YUV166.6129.92146.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.28%
GREEN value IS 153 (60.16% from 255) = 29.71%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=37.28%
G=29.71%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215317000.200.110.25333.8523.6467.65
HexC099AA014B1914e1844
Octal300231252024133151630104
Binary110000001001100110101010010100101111001101001110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C099AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C099AA; }

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

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

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

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

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

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

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

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