#D0576A

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

Shades of Cabaret #D0576A

Tints of Cabaret #D0576A

Color information

#D0576A (or 0xD0576A) is unknown color: approx Cabaret. HEX triplet: D0, 57 and 6A. RGB value is (208,87,106). Sum of RGB (Red+Green+Blue) = 208+87+106=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0576A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0576A is #2FA895. Grayscale: #7D7D7D. Windows color (decimal): -3123350 or 6969296. OLE color: 6969296.

HSL color Cylindrical-coordinate representation of color #D0576A: hue angle of 350.58º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0576A is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB20887106-
CMYK00.580.490.18
HSL350.58º56.28%57.84%-
HSV(B)350.58º58.17%81.57%-
XYZ32.0221.2716.05-
YUV125.34117.09186.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.87%
GREEN value IS 87 (34.38% from 255) = 21.70%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=51.87%
G=21.70%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088710600.580.490.18350.5856.2857.84
HexD0576A03A311215f383a
Octal32012715207261225377072
Binary1101000010101111101010011101011000110010101011111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0576A; }

 p { color: rgb(208,87,106); }

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

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

 a { background-color: rgb(208,87,106); }

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

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

 span { border-color: rgb(208,87,106); }

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