#D8546A

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

Shades of Cabaret #D8546A

Tints of Cabaret #D8546A

Color information

#D8546A (or 0xD8546A) is unknown color: approx Cabaret. HEX triplet: D8, 54 and 6A. RGB value is (216,84,106). Sum of RGB (Red+Green+Blue) = 216+84+106=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8546A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8546A is #27AB95. Grayscale: #7E7E7E. Windows color (decimal): -2599830 or 6968536. OLE color: 6968536.

HSL color Cylindrical-coordinate representation of color #D8546A: hue angle of 350º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8546A is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB21684106-
CMYK00.610.510.15
HSL350º62.86%58.82%-
HSV(B)350º61.11%84.71%-
XYZ34.0921.9816.08-
YUV125.98116.73192.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.20%
GREEN value IS 84 (33.20% from 255) = 20.69%
BLUE value IS 106 (41.80% from 255) = 26.11%
R=53.20%
G=20.69%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168410600.610.510.1535062.8658.82
HexD8546A03D33F15e3f3b
Octal33012415207563175367773
Binary110110001010100110101001111011100111111101011110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8546A; }

 p { color: rgb(216,84,106); }

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

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

 a { background-color: rgb(216,84,106); }

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

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

 span { border-color: rgb(216,84,106); }

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