#C4ADB7

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

Shades of Lily #C4ADB7

Tints of Lily #C4ADB7

Color information

#C4ADB7 (or 0xC4ADB7) is unknown color: approx Lily. HEX triplet: C4, AD and B7. RGB value is (196,173,183). Sum of RGB (Red+Green+Blue) = 196+173+183=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADB7 is #3B5248. Grayscale: #B5B5B5. Windows color (decimal): -3887689 or 12037572. OLE color: 12037572.

HSL color Cylindrical-coordinate representation of color #C4ADB7: hue angle of 333.91º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4ADB7 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB196173183-
CMYK00.120.070.23
HSL333.91º16.31%72.35%-
HSV(B)333.91º11.73%76.86%-
XYZ46.2645.0451.06-
YUV181.02129.12138.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.51%
GREEN value IS 173 (67.97% from 255) = 31.34%
BLUE value IS 183 (71.88% from 255) = 33.15%
R=35.51%
G=31.34%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617318300.120.070.23333.9116.3172.35
HexC4ADB70C71714e1048
Octal30425526701472751620110
Binary1100010010101101101101110110011110111101001110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ADB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ADB7; }

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

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

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

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

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

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

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

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