#D56073

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

Shades of Cabaret #D56073

Tints of Cabaret #D56073

Color information

#D56073 (or 0xD56073) is unknown color: approx Cabaret. HEX triplet: D5, 60 and 73. RGB value is (213,96,115). Sum of RGB (Red+Green+Blue) = 213+96+115=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D56073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56073 is #2A9F8C. Grayscale: #858585. Windows color (decimal): -2793357 or 7561429. OLE color: 7561429.

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

Color convert

RGB21396115-
CMYK00.550.460.16
HSL350.26º58.21%60.59%-
HSV(B)350.26º54.93%83.53%-
XYZ34.7223.7518.97-
YUV133.15117.76184.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.24%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 115 (45.31% from 255) = 27.12%
R=50.24%
G=22.64%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139611500.550.460.16350.2658.2160.59
HexD560730372E1015e3a3d
Octal32514016306756205367275
Binary1101010111000001110011011011110111010000101011110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56073; }

 p { color: rgb(213,96,115); }

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

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

 a { background-color: rgb(213,96,115); }

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

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

 span { border-color: rgb(213,96,115); }

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