#C3A8B8

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

Shades of Lily #C3A8B8

Tints of Lily #C3A8B8

Color information

#C3A8B8 (or 0xC3A8B8) is unknown color: approx Lily. HEX triplet: C3, A8 and B8. RGB value is (195,168,184). Sum of RGB (Red+Green+Blue) = 195+168+184=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A8B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A8B8 is #3C5747. Grayscale: #B1B1B1. Windows color (decimal): -3954504 or 12101827. OLE color: 12101827.

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

Color convert

RGB195168184-
CMYK00.140.060.24
HSL324.44º18.37%71.18%-
HSV(B)324.44º13.85%76.47%-
XYZ45.1643.0751.28-
YUV177.9131.45140.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.65%
GREEN value IS 168 (66.02% from 255) = 30.71%
BLUE value IS 184 (72.27% from 255) = 33.64%
R=35.65%
G=30.71%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516818400.140.060.24324.4418.3771.18
HexC3A8B80E6181441247
Octal30325027001663050422107
Binary1100001110101000101110000111011011000101000100100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A8B8; }

 p { color: rgb(195,168,184); }

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

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

 a { background-color: rgb(195,168,184); }

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

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

 span { border-color: rgb(195,168,184); }

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