#C083AA

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

Shades of Lily #C083AA

Tints of Lily #C083AA

Color information

#C083AA (or 0xC083AA) is unknown color: approx Lily. HEX triplet: C0, 83 and AA. RGB value is (192,131,170). Sum of RGB (Red+Green+Blue) = 192+131+170=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C083AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C083AA is #3F7C55. Grayscale: #999999. Windows color (decimal): -4160598 or 11174848. OLE color: 11174848.

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

Color convert

RGB192131170-
CMYK00.320.110.25
HSL321.64º32.62%63.33%-
HSV(B)321.64º31.77%75.29%-
XYZ37.1130.3441.93-
YUV153.68137.21155.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 131 (51.56% from 255) = 26.57%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=38.95%
G=26.57%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213117000.320.110.25321.6432.6263.33
HexC083AA020B19142213f
Octal30020325204013315024177
Binary1100000010000011101010100100000101111001101000010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C083AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C083AA; }

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

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

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

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

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

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

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

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