Html Css Color HEX #DC5968 Cabaret

📋 copy color: '#DC5968'

red 220 ◦ green 89 ◦ blue 104

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

Shades of Cabaret #DC5968

Tints of Cabaret #DC5968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.18%

R = 53.27%
G = 21.55%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC5968 (or 0xDC5968) is known color: Cabaret. HEX triplet: DC, 59 and 68. RGB value is (220,89,104). Sum of RGB (Red+Green+Blue) = 220+89+104=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5968 is #23A697. Grayscale: #818181. Windows color (decimal): -2336408 or 6838748. OLE color: 6838748.

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

Color convert

RGB 220 89 104 -
CMYK 0 0.60 0.53 0.14
HSL 353.13º 0.65% 0.61% -
HSV(B) 353.13º 0.6% 0.86% -
XYZ 35.59 23.36 15.73 -
YUV 129.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 220 89 104 0 0.60 0.53 0.14 353.13 0.65 0.61
Hex DC 59 68 0 3C 35 E 161 41 3D
Octal 334 131 150 0 74 65 16 541 101 75
Binary 11011100 1011001 1101000 0 111100 110101 1110 101100001 1000001 111101

Color Harmonies of #DC5968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5968

Black with #DC5968

Text Example


Text Example

White with #DC5968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5968; }

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

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

background-color css

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

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

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

border-color css

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

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

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