Html Css Color HEX #DC596D Cabaret

📋 copy color: '#DC596D'

red 220 ◦ green 89 ◦ blue 109

#DC596D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #DC596D

Tints of Cabaret #DC596D

RGB

 RED value IS 220 (86.33% from 255) = 52.63%

 GREEN value IS 89 (35.16% from 255) = 21.29%

 BLUE value IS 109 (42.97% from 255) = 26.08%

R = 52.63%
G = 21.29%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC596D (or 0xDC596D) is known color: Cabaret. HEX triplet: DC, 59 and 6D. RGB value is (220,89,109). Sum of RGB (Red+Green+Blue) = 220+89+109=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC596D is #23A692. Grayscale: #828282. Windows color (decimal): -2336403 or 7166428. OLE color: 7166428.

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

Color convert

RGB 220 89 109 -
CMYK 0 0.60 0.50 0.14
HSL 350.84º 0.65% 0.61% -
HSV(B) 350.84º 0.6% 0.86% -
XYZ 35.85 23.46 17.11 -
YUV 130.45 115.9 191.87 -
System Red Green Blue C M Y K H S L
Decimal 220 89 109 0 0.60 0.50 0.14 350.84 0.65 0.61
Hex DC 59 6D 0 3C 32 E 15F 41 3D
Octal 334 131 155 0 74 62 16 537 101 75
Binary 11011100 1011001 1101101 0 111100 110010 1110 101011111 1000001 111101

Color Harmonies of #DC596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC596D

Black with #DC596D

Text Example


Text Example

White with #DC596D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC596D; }

 p { color: rgb(220,89,109); }

 H1.HeaderClassName
 {
   color: #DC596D;
 }
 .AnyTagClassName
 {
   color: #DC596D;
 }
</style>

background-color css

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

 a { background-color: rgb(220,89,109); }

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

border-color css

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

 span { border-color: rgb(220,89,109); }

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