Html Css Color HEX #DC5C6E Cabaret

📋 copy color: '#DC5C6E'

red 220 ◦ green 92 ◦ blue 110

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

Shades of Cabaret #DC5C6E

Tints of Cabaret #DC5C6E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.8%

 BLUE value IS 110 (43.36% from 255) = 26.07%

R = 52.13%
G = 21.8%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC5C6E (or 0xDC5C6E) is known color: Cabaret. HEX triplet: DC, 5C and 6E. RGB value is (220,92,110). Sum of RGB (Red+Green+Blue) = 220+92+110=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C6E is #23A391. Grayscale: #848484. Windows color (decimal): -2335634 or 7232732. OLE color: 7232732.

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

Color convert

RGB 220 92 110 -
CMYK 0 0.58 0.50 0.14
HSL 351.56º 0.65% 0.61% -
HSV(B) 351.56º 0.58% 0.86% -
XYZ 36.16 24 17.48 -
YUV 132.32 115.41 190.54 -
System Red Green Blue C M Y K H S L
Decimal 220 92 110 0 0.58 0.50 0.14 351.56 0.65 0.61
Hex DC 5C 6E 0 3A 32 E 160 41 3D
Octal 334 134 156 0 72 62 16 540 101 75
Binary 11011100 1011100 1101110 0 111010 110010 1110 101100000 1000001 111101

Color Harmonies of #DC5C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C6E

Black with #DC5C6E

Text Example


Text Example

White with #DC5C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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