#d8546c

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

Shades of Cabaret #D8546C

Tints of Cabaret #D8546C

Color information

#D8546C (or 0xD8546C) is unknown color: approx Cabaret. HEX triplet: D8, 54 and 6C. RGB value is (216,84,108). Sum of RGB (Red+Green+Blue) = 216+84+108=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D8546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8546C is #27AB93. Grayscale: #7E7E7E. Windows color (decimal): -2599828 or 7099608. OLE color: 7099608.

HSL color Cylindrical-coordinate representation of color #D8546C: hue angle of 349.09º 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 #D8546C is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB21684108-
CMYK00.610.500.15
HSL349.09º62.86%58.82%-
HSV(B)349.09º61.11%84.71%-
XYZ34.222.0216.64-
YUV126.2117.73192.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.94%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 108 (42.58% from 255) = 26.47%
R=52.94%
G=20.59%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168410800.610.500.15349.0962.8658.82
HexD8546C03D32F15d3f3b
Octal33012415407562175357773
Binary110110001010100110110001111011100101111101011101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8546c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8546c; }

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

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

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

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

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

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

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

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