#C4ADB6

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

Shades of Lily #C4ADB6

Tints of Lily #C4ADB6

Color information

#C4ADB6 (or 0xC4ADB6) is unknown color: approx Lily. HEX triplet: C4, AD and B6. RGB value is (196,173,182). Sum of RGB (Red+Green+Blue) = 196+173+182=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADB6 is #3B5249. Grayscale: #B4B4B4. Windows color (decimal): -3887690 or 11972036. OLE color: 11972036.

HSL color Cylindrical-coordinate representation of color #C4ADB6: hue angle of 336.52º 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 #C4ADB6 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB196173182-
CMYK00.120.070.23
HSL336.52º16.31%72.35%-
HSV(B)336.52º11.73%76.86%-
XYZ46.154550.51-
YUV180.9128.62138.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.57%
GREEN value IS 173 (67.97% from 255) = 31.40%
BLUE value IS 182 (71.48% from 255) = 33.03%
R=35.57%
G=31.40%
B=33.03%

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
Decimal19617318200.120.070.23336.5216.3172.35
HexC4ADB60C7171511048
Octal30425526601472752120110
Binary1100010010101101101101100110011110111101010001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ADB6; }

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

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

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

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

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

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

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

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