Html Css Color HEX #DC4766 Cabaret

📋 copy color: '#DC4766'

red 220 ◦ green 71 ◦ blue 102

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

Shades of Cabaret #DC4766

Tints of Cabaret #DC4766

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.07%

 BLUE value IS 102 (40.23% from 255) = 25.95%

R = 55.98%
G = 18.07%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC4766 (or 0xDC4766) is known color: Cabaret. HEX triplet: DC, 47 and 66. RGB value is (220,71,102). Sum of RGB (Red+Green+Blue) = 220+71+102=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4766 is #23B899. Grayscale: #777777. Windows color (decimal): -2341018 or 6703068. OLE color: 6703068.

HSL color Cylindrical-coordinate representation of color #DC4766: hue angle of 347.52º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC4766 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 71 102 -
CMYK 0 0.68 0.54 0.14
HSL 347.52º 0.68% 0.57% -
HSV(B) 347.52º 0.68% 0.86% -
XYZ 34.17 20.68 14.76 -
YUV 119.09 118.36 199.98 -
System Red Green Blue C M Y K H S L
Decimal 220 71 102 0 0.68 0.54 0.14 347.52 0.68 0.57
Hex DC 47 66 0 44 36 E 15C 44 39
Octal 334 107 146 0 104 66 16 534 104 71
Binary 11011100 1000111 1100110 0 1000100 110110 1110 101011100 1000100 111001

Color Harmonies of #DC4766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4766

Black with #DC4766

Text Example


Text Example

White with #DC4766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4766; }

 p { color: rgb(220,71,102); }

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

background-color css

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

 a { background-color: rgb(220,71,102); }

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

border-color css

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

 span { border-color: rgb(220,71,102); }

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