#C58CB6

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

Shades of Lily #C58CB6

Tints of Lily #C58CB6

Color information

#C58CB6 (or 0xC58CB6) is unknown color: approx Lily. HEX triplet: C5, 8C and B6. RGB value is (197,140,182). Sum of RGB (Red+Green+Blue) = 197+140+182=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C58CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CB6 is #3A7349. Grayscale: #A1A1A1. Windows color (decimal): -3830602 or 11963589. OLE color: 11963589.

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

Color convert

RGB197140182-
CMYK00.290.080.23
HSL315.79º32.95%66.08%-
HSV(B)315.79º28.93%77.25%-
XYZ40.853448.67-
YUV161.83139.38153.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.96%
GREEN value IS 140 (55.08% from 255) = 26.97%
BLUE value IS 182 (71.48% from 255) = 35.07%
R=37.96%
G=26.97%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714018200.290.080.23315.7932.9566.08
HexC58CB601D81713c2142
Octal305214266035102747441102
Binary1100010110001100101101100111011000101111001111001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58CB6; }

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

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

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

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

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

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

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

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