#D3486C

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

Shades of Cabaret #D3486C

Tints of Cabaret #D3486C

Color information

#D3486C (or 0xD3486C) is unknown color: approx Cabaret. HEX triplet: D3, 48 and 6C. RGB value is (211,72,108). Sum of RGB (Red+Green+Blue) = 211+72+108=391 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.96% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 211 - color contains mainly: red. Hex color #D3486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3486C is #2CB793. Grayscale: #757575. Windows color (decimal): -2930580 or 7096531. OLE color: 7096531.

HSL color Cylindrical-coordinate representation of color #D3486C: hue angle of 344.46º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3486C is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB21172108-
CMYK00.660.490.17
HSL344.46º61.23%55.49%-
HSV(B)344.46º65.88%82.75%-
XYZ31.8919.5716.28-
YUV117.66122.55194.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.96%
GREEN value IS 72 (28.52% from 255) = 18.41%
BLUE value IS 108 (42.58% from 255) = 27.62%
R=53.96%
G=18.41%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117210800.660.490.17344.4661.2355.49
HexD3486C04231111583d37
Octal323110154010261215307567
Binary11010011100100011011000100001011000110001101011000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3486C; }

 p { color: rgb(211,72,108); }

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

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

 a { background-color: rgb(211,72,108); }

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

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

 span { border-color: rgb(211,72,108); }

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