#C58CBB

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

Shades of Lily #C58CBB

Tints of Lily #C58CBB

Color information

#C58CBB (or 0xC58CBB) is unknown color: approx Lily. HEX triplet: C5, 8C and BB. RGB value is (197,140,187). Sum of RGB (Red+Green+Blue) = 197+140+187=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 197 - color contains mainly: red. Hex color #C58CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CBB is #3A7344. Grayscale: #A2A2A2. Windows color (decimal): -3830597 or 12291269. OLE color: 12291269.

HSL color Cylindrical-coordinate representation of color #C58CBB: hue angle of 310.53º 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 #C58CBB is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB197140187-
CMYK00.290.050.23
HSL310.53º32.95%66.08%-
HSV(B)310.53º28.93%77.25%-
XYZ41.3734.2151.44-
YUV162.4141.88152.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.60%
GREEN value IS 140 (55.08% from 255) = 26.72%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=37.60%
G=26.72%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714018700.290.050.23310.5332.9566.08
HexC58CBB01D5171372142
Octal30521427303552746741102
Binary110001011000110010111011011101101101111001101111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58CBB; }

 p { color: rgb(197,140,187); }

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

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

 a { background-color: rgb(197,140,187); }

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

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

 span { border-color: rgb(197,140,187); }

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