#C595BC

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

Shades of Lily #C595BC

Tints of Lily #C595BC

Color information

#C595BC (or 0xC595BC) is unknown color: approx Lily. HEX triplet: C5, 95 and BC. RGB value is (197,149,188). Sum of RGB (Red+Green+Blue) = 197+149+188=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 197 - color contains mainly: red. Hex color #C595BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595BC is #3A6A43. Grayscale: #A7A7A7. Windows color (decimal): -3828292 or 12359109. OLE color: 12359109.

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

Color convert

RGB197149188-
CMYK00.240.050.23
HSL311.25º29.27%67.84%-
HSV(B)311.25º24.37%77.25%-
XYZ42.853752.46-
YUV167.8139.4148.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.89%
GREEN value IS 149 (58.59% from 255) = 27.90%
BLUE value IS 188 (73.83% from 255) = 35.21%
R=36.89%
G=27.90%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714918800.240.050.23311.2529.2767.84
HexC595BC0185171371d44
Octal30522527403052746735104
Binary11000101100101011011110001100010110111100110111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C595BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C595BC; }

 p { color: rgb(197,149,188); }

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

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

 a { background-color: rgb(197,149,188); }

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

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

 span { border-color: rgb(197,149,188); }

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