#D56276

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

Shades of Cabaret #D56276

Tints of Cabaret #D56276

Color information

#D56276 (or 0xD56276) is unknown color: approx Cabaret. HEX triplet: D5, 62 and 76. RGB value is (213,98,118). Sum of RGB (Red+Green+Blue) = 213+98+118=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D56276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56276 is #2A9D89. Grayscale: #868686. Windows color (decimal): -2792842 or 7758549. OLE color: 7758549.

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

Color convert

RGB21398118-
CMYK00.540.450.16
HSL349.57º57.79%60.98%-
HSV(B)349.57º53.99%83.53%-
XYZ35.0824.1919.96-
YUV134.66118.6183.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.65%
GREEN value IS 98 (38.67% from 255) = 22.84%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=49.65%
G=22.84%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139811800.540.450.16349.5757.7960.98
HexD562760362D1015e3a3d
Octal32514216606655205367275
Binary1101010111000101110110011011010110110000101011110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56276; }

 p { color: rgb(213,98,118); }

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

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

 a { background-color: rgb(213,98,118); }

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

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

 span { border-color: rgb(213,98,118); }

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