#C3A0B1

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

Shades of Lily #C3A0B1

Tints of Lily #C3A0B1

Color information

#C3A0B1 (or 0xC3A0B1) is unknown color: approx Lily. HEX triplet: C3, A0 and B1. RGB value is (195,160,177). Sum of RGB (Red+Green+Blue) = 195+160+177=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A0B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A0B1 is #3C5F4E. Grayscale: #ACACAC. Windows color (decimal): -3956559 or 11641027. OLE color: 11641027.

HSL color Cylindrical-coordinate representation of color #C3A0B1: hue angle of 330.86º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3A0B1 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB195160177-
CMYK00.180.090.24
HSL330.86º22.58%69.61%-
HSV(B)330.86º17.95%76.47%-
XYZ43.0139.9247.03-
YUV172.4130.6144.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.65%
GREEN value IS 160 (62.89% from 255) = 30.08%
BLUE value IS 177 (69.53% from 255) = 33.27%
R=36.65%
G=30.08%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516017700.180.090.24330.8622.5869.61
HexC3A0B101291814b1746
Octal303240261022113051327106
Binary110000111010000010110001010010100111000101001011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A0B1; }

 p { color: rgb(195,160,177); }

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

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

 a { background-color: rgb(195,160,177); }

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

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

 span { border-color: rgb(195,160,177); }

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