#C3A6B8

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

Shades of Lily #C3A6B8

Tints of Lily #C3A6B8

Color information

#C3A6B8 (or 0xC3A6B8) is unknown color: approx Lily. HEX triplet: C3, A6 and B8. RGB value is (195,166,184). Sum of RGB (Red+Green+Blue) = 195+166+184=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A6B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A6B8 is #3C5947. Grayscale: #B0B0B0. Windows color (decimal): -3955016 or 12101315. OLE color: 12101315.

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

Color convert

RGB195166184-
CMYK00.150.060.24
HSL322.76º19.46%70.78%-
HSV(B)322.76º14.87%76.47%-
XYZ44.7942.3451.16-
YUV176.72132.11141.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.78%
GREEN value IS 166 (65.23% from 255) = 30.46%
BLUE value IS 184 (72.27% from 255) = 33.76%
R=35.78%
G=30.46%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516618400.150.060.24322.7619.4670.78
HexC3A6B80F6181431347
Octal30324627001763050323107
Binary1100001110100110101110000111111011000101000011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A6B8; }

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

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

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

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

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

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

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

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