#DC576C

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

Shades of Cabaret #DC576C

Tints of Cabaret #DC576C

Color information

#DC576C (or 0xDC576C) is unknown color: approx Cabaret. HEX triplet: DC, 57 and 6C. RGB value is (220,87,108). Sum of RGB (Red+Green+Blue) = 220+87+108=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC576C is #23A893. Grayscale: #818181. Windows color (decimal): -2336916 or 7100380. OLE color: 7100380.

HSL color Cylindrical-coordinate representation of color #DC576C: hue angle of 350.53º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC576C is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB22087108-
CMYK00.600.510.14
HSL350.53º65.52%60.2%-
HSV(B)350.53º60.45%86.27%-
XYZ35.6323.1116.77-
YUV129.16116.06192.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.01%
GREEN value IS 87 (34.38% from 255) = 20.96%
BLUE value IS 108 (42.58% from 255) = 26.02%
R=53.01%
G=20.96%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208710800.600.510.14350.5365.5260.2
HexDC576C03C33E15f423c
Octal334127154074631653710274
Binary1101110010101111101100011110011001111101010111111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC576C; }

 p { color: rgb(220,87,108); }

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

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

 a { background-color: rgb(220,87,108); }

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

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

 span { border-color: rgb(220,87,108); }

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