#d6546c

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

Shades of Cabaret #D6546C

Tints of Cabaret #D6546C

Color information

#D6546C (or 0xD6546C) is unknown color: approx Cabaret. HEX triplet: D6, 54 and 6C. RGB value is (214,84,108). Sum of RGB (Red+Green+Blue) = 214+84+108=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6546C is #29AB93. Grayscale: #7D7D7D. Windows color (decimal): -2730900 or 7099606. OLE color: 7099606.

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

Color convert

RGB21484108-
CMYK00.610.500.16
HSL348.92º61.32%58.43%-
HSV(B)348.92º60.75%83.92%-
XYZ33.6121.7216.61-
YUV125.61118.07191.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.71%
GREEN value IS 84 (33.20% from 255) = 20.69%
BLUE value IS 108 (42.58% from 255) = 26.60%
R=52.71%
G=20.69%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148410800.610.500.16348.9261.3258.43
HexD6546C03D321015d3d3a
Octal32612415407562205357572
Binary1101011010101001101100011110111001010000101011101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6546c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6546c; }

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

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

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

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

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

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

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

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