#D4546B

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

Shades of Cabaret #D4546B

Tints of Cabaret #D4546B

Color information

#D4546B (or 0xD4546B) is unknown color: approx Cabaret. HEX triplet: D4, 54 and 6B. RGB value is (212,84,107). Sum of RGB (Red+Green+Blue) = 212+84+107=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D4546B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4546B is #2BAB94. Grayscale: #7C7C7C. Windows color (decimal): -2861973 or 7034068. OLE color: 7034068.

HSL color Cylindrical-coordinate representation of color #D4546B: hue angle of 349.22º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4546B is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB21284107-
CMYK00.600.500.17
HSL349.22º59.81%58.04%-
HSV(B)349.22º60.38%83.14%-
XYZ32.9821.416.3-
YUV124.89117.91190.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.61%
GREEN value IS 84 (33.20% from 255) = 20.84%
BLUE value IS 107 (42.19% from 255) = 26.55%
R=52.61%
G=20.84%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128410700.600.500.17349.2259.8158.04
HexD4546B03C321115d3c3a
Octal32412415307462215357472
Binary1101010010101001101011011110011001010001101011101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4546B; }

 p { color: rgb(212,84,107); }

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

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

 a { background-color: rgb(212,84,107); }

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

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

 span { border-color: rgb(212,84,107); }

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