#C58BB9

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

Shades of Lily #C58BB9

Tints of Lily #C58BB9

Color information

#C58BB9 (or 0xC58BB9) is unknown color: approx Lily. HEX triplet: C5, 8B and B9. RGB value is (197,139,185). Sum of RGB (Red+Green+Blue) = 197+139+185=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BB9 is #3A7446. Grayscale: #A1A1A1. Windows color (decimal): -3830855 or 12159941. OLE color: 12159941.

HSL color Cylindrical-coordinate representation of color #C58BB9: hue angle of 312.41º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C58BB9 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB197139185-
CMYK00.290.060.23
HSL312.41º33.33%65.88%-
HSV(B)312.41º29.44%77.25%-
XYZ41.0233.8450.27-
YUV161.59141.22153.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.81%
GREEN value IS 139 (54.69% from 255) = 26.68%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=37.81%
G=26.68%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713918500.290.060.23312.4133.3365.88
HexC58BB901D6171382142
Octal30521327103562747041102
Binary110001011000101110111001011101110101111001110001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BB9; }

 p { color: rgb(197,139,185); }

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

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

 a { background-color: rgb(197,139,185); }

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

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

 span { border-color: rgb(197,139,185); }

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