#DC5C6B

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

Shades of Cabaret #DC5C6B

Tints of Cabaret #DC5C6B

Color information

#DC5C6B (or 0xDC5C6B) is unknown color: approx Cabaret. HEX triplet: DC, 5C and 6B. RGB value is (220,92,107). Sum of RGB (Red+Green+Blue) = 220+92+107=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C6B is #23A394. Grayscale: #848484. Windows color (decimal): -2335637 or 7036124. OLE color: 7036124.

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

Color convert

RGB22092107-
CMYK00.580.510.14
HSL352.97º64.65%61.18%-
HSV(B)352.97º58.18%86.27%-
XYZ3623.9316.63-
YUV131.98113.91190.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.51%
GREEN value IS 92 (36.33% from 255) = 21.96%
BLUE value IS 107 (42.19% from 255) = 25.54%
R=52.51%
G=21.96%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209210700.580.510.14352.9764.6561.18
HexDC5C6B03A33E161413d
Octal334134153072631654110175
Binary1101110010111001101011011101011001111101011000011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5C6B; }

 p { color: rgb(220,92,107); }

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

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

 a { background-color: rgb(220,92,107); }

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

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

 span { border-color: rgb(220,92,107); }

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