#C58CB8

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

Shades of Lily #C58CB8

Tints of Lily #C58CB8

Color information

#C58CB8 (or 0xC58CB8) is unknown color: approx Lily. HEX triplet: C5, 8C and B8. RGB value is (197,140,184). Sum of RGB (Red+Green+Blue) = 197+140+184=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C58CB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CB8 is #3A7347. Grayscale: #A1A1A1. Windows color (decimal): -3830600 or 12094661. OLE color: 12094661.

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

Color convert

RGB197140184-
CMYK00.290.070.23
HSL313.68º32.95%66.08%-
HSV(B)313.68º28.93%77.25%-
XYZ41.0634.0949.76-
YUV162.06140.38152.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.81%
GREEN value IS 140 (55.08% from 255) = 26.87%
BLUE value IS 184 (72.27% from 255) = 35.32%
R=37.81%
G=26.87%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714018400.290.070.23313.6832.9566.08
HexC58CB801D71713a2142
Octal30521427003572747241102
Binary110001011000110010111000011101111101111001110101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58CB8; }

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

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

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

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

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

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

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

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