#C3ADB6

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

Shades of Lily #C3ADB6

Tints of Lily #C3ADB6

Color information

#C3ADB6 (or 0xC3ADB6) is unknown color: approx Lily. HEX triplet: C3, AD and B6. RGB value is (195,173,182). Sum of RGB (Red+Green+Blue) = 195+173+182=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADB6 is #3C5249. Grayscale: #B4B4B4. Windows color (decimal): -3953226 or 11972035. OLE color: 11972035.

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

Color convert

RGB195173182-
CMYK00.110.070.24
HSL335.45º15.49%72.16%-
HSV(B)335.45º11.28%76.47%-
XYZ45.8944.8750.5-
YUV180.6128.79138.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.45%
GREEN value IS 173 (67.97% from 255) = 31.45%
BLUE value IS 182 (71.48% from 255) = 33.09%
R=35.45%
G=31.45%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517318200.110.070.24335.4515.4972.16
HexC3ADB60B71814ff48
Octal30325526601373051717110
Binary110000111010110110110110010111111100010100111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADB6; }

 p { color: rgb(195,173,182); }

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

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

 a { background-color: rgb(195,173,182); }

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

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

 span { border-color: rgb(195,173,182); }

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