#D6546D

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

Shades of Cabaret #D6546D

Tints of Cabaret #D6546D

Color information

#D6546D (or 0xD6546D) is unknown color: approx Cabaret. HEX triplet: D6, 54 and 6D. RGB value is (214,84,109). Sum of RGB (Red+Green+Blue) = 214+84+109=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6546D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6546D is #29AB92. Grayscale: #7D7D7D. Windows color (decimal): -2730899 or 7165142. OLE color: 7165142.

HSL color Cylindrical-coordinate representation of color #D6546D: hue angle of 348.46º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6546D is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB21484109-
CMYK00.610.490.16
HSL348.46º61.32%58.43%-
HSV(B)348.46º60.75%83.92%-
XYZ33.6621.7416.89-
YUV125.72118.57190.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.58%
GREEN value IS 84 (33.20% from 255) = 20.64%
BLUE value IS 109 (42.97% from 255) = 26.78%
R=52.58%
G=20.64%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148410900.610.490.16348.4661.3258.43
HexD6546D03D311015c3d3a
Octal32612415507561205347572
Binary1101011010101001101101011110111000110000101011100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6546D; }

 p { color: rgb(214,84,109); }

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

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

 a { background-color: rgb(214,84,109); }

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

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

 span { border-color: rgb(214,84,109); }

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