Html Css Color HEX #DC5D69 Cabaret

📋 copy color: '#DC5D69'

red 220 ◦ green 93 ◦ blue 105

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

Shades of Cabaret #DC5D69

Tints of Cabaret #DC5D69

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.25%

 BLUE value IS 105 (41.41% from 255) = 25.12%

R = 52.63%
G = 22.25%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC5D69 (or 0xDC5D69) is known color: Cabaret. HEX triplet: DC, 5D and 69. RGB value is (220,93,105). Sum of RGB (Red+Green+Blue) = 220+93+105=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D69 is #23A296. Grayscale: #848484. Windows color (decimal): -2335383 or 6905308. OLE color: 6905308.

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

Color convert

RGB 220 93 105 -
CMYK 0 0.58 0.52 0.14
HSL 354.33º 0.64% 0.61% -
HSV(B) 354.33º 0.58% 0.86% -
XYZ 35.98 24.06 16.11 -
YUV 132.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 220 93 105 0 0.58 0.52 0.14 354.33 0.64 0.61
Hex DC 5D 69 0 3A 34 E 162 40 3D
Octal 334 135 151 0 72 64 16 542 100 75
Binary 11011100 1011101 1101001 0 111010 110100 1110 101100010 1000000 111101

Color Harmonies of #DC5D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D69

Black with #DC5D69

Text Example


Text Example

White with #DC5D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D69; }

 p { color: rgb(220,93,105); }

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

background-color css

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

 a { background-color: rgb(220,93,105); }

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

border-color css

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

 span { border-color: rgb(220,93,105); }

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