#C59BAD

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

Shades of Lily #C59BAD

Tints of Lily #C59BAD

Color information

#C59BAD (or 0xC59BAD) is unknown color: approx Lily. HEX triplet: C5, 9B and AD. RGB value is (197,155,173). Sum of RGB (Red+Green+Blue) = 197+155+173=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C59BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59BAD is #3A6452. Grayscale: #A9A9A9. Windows color (decimal): -3826771 or 11377605. OLE color: 11377605.

HSL color Cylindrical-coordinate representation of color #C59BAD: hue angle of 334.29º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C59BAD is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB197155173-
CMYK00.210.120.23
HSL334.29º26.58%69.02%-
HSV(B)334.29º21.32%77.25%-
XYZ42.2938.3344.7-
YUV169.61129.91147.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.52%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=37.52%
G=29.52%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715517300.210.120.23334.2926.5869.02
HexC59BAD015C1714e1b45
Octal305233255025142751633105
Binary110001011001101110101101010101110010111101001110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59BAD; }

 p { color: rgb(197,155,173); }

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

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

 a { background-color: rgb(197,155,173); }

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

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

 span { border-color: rgb(197,155,173); }

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