Html Css Color HEX #DC5C6B Cabaret

📋 copy color: '#DC5C6B'

red 220 ◦ green 92 ◦ blue 107

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

Shades of Cabaret #DC5C6B

Tints of Cabaret #DC5C6B

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 value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC5C6B (or 0xDC5C6B) is known color: 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

RGB 220 92 107 -
CMYK 0 0.58 0.51 0.14
HSL 352.97º 0.65% 0.61% -
HSV(B) 352.97º 0.58% 0.86% -
XYZ 36 23.93 16.63 -
YUV 131.98 113.91 190.78 -
System Red Green Blue C M Y K H S L
Decimal 220 92 107 0 0.58 0.51 0.14 352.97 0.65 0.61
Hex DC 5C 6B 0 3A 33 E 161 41 3D
Octal 334 134 153 0 72 63 16 541 101 75
Binary 11011100 1011100 1101011 0 111010 110011 1110 101100001 1000001 111101

Color Harmonies of #DC5C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C6B

Black with #DC5C6B

Text Example


Text Example

White with #DC5C6B

Text Example


Text Example

HTML Codes & Css Web 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>