#DC5C6A

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

Shades of Cabaret #DC5C6A

Tints of Cabaret #DC5C6A

Color information

#DC5C6A (or 0xDC5C6A) is unknown color: approx Cabaret. HEX triplet: DC, 5C and 6A. RGB value is (220,92,106). Sum of RGB (Red+Green+Blue) = 220+92+106=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C6A is #23A395. Grayscale: #838383. Windows color (decimal): -2335638 or 6970588. OLE color: 6970588.

HSL color Cylindrical-coordinate representation of color #DC5C6A: hue angle of 353.44º 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 #DC5C6A is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB22092106-
CMYK00.580.520.14
HSL353.44º64.65%61.18%-
HSV(B)353.44º58.18%86.27%-
XYZ35.9423.9116.36-
YUV131.87113.41190.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.63%
GREEN value IS 92 (36.33% from 255) = 22.01%
BLUE value IS 106 (41.80% from 255) = 25.36%
R=52.63%
G=22.01%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209210600.580.520.14353.4464.6561.18
HexDC5C6A03A34E161413d
Octal334134152072641654110175
Binary1101110010111001101010011101011010011101011000011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5C6A; }

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

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

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

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

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

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

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

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