#C3ADB7

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

Shades of Lily #C3ADB7

Tints of Lily #C3ADB7

Color information

#C3ADB7 (or 0xC3ADB7) is unknown color: approx Lily. HEX triplet: C3, AD and B7. RGB value is (195,173,183). Sum of RGB (Red+Green+Blue) = 195+173+183=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADB7 is #3C5248. Grayscale: #B4B4B4. Windows color (decimal): -3953225 or 12037571. OLE color: 12037571.

HSL color Cylindrical-coordinate representation of color #C3ADB7: hue angle of 332.73º 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 #C3ADB7 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB195173183-
CMYK00.110.060.24
HSL332.73º15.49%72.16%-
HSV(B)332.73º11.28%76.47%-
XYZ4644.9151.04-
YUV180.72129.29138.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.39%
GREEN value IS 173 (67.97% from 255) = 31.40%
BLUE value IS 183 (71.88% from 255) = 33.21%
R=35.39%
G=31.40%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517318300.110.060.24332.7315.4972.16
HexC3ADB70B61814df48
Octal30325526701363051517110
Binary110000111010110110110111010111101100010100110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADB7; }

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

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

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

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

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

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

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

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