Html Css Color HEX #D0576D Cabaret

📋 copy color: '#D0576D'

red 208 ◦ green 87 ◦ blue 109

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

Shades of Cabaret #D0576D

Tints of Cabaret #D0576D

RGB

 RED value IS 208 (81.64% from 255) = 51.49%

 GREEN value IS 87 (34.38% from 255) = 21.53%

 BLUE value IS 109 (42.97% from 255) = 26.98%

R = 51.49%
G = 21.53%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0576D (or 0xD0576D) is known color: Cabaret. HEX triplet: D0, 57 and 6D. RGB value is (208,87,109). Sum of RGB (Red+Green+Blue) = 208+87+109=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0576D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0576D is #2FA892. Grayscale: #7D7D7D. Windows color (decimal): -3123347 or 7165904. OLE color: 7165904.

HSL color Cylindrical-coordinate representation of color #D0576D: hue angle of 349.09º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0576D is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 87 109 -
CMYK 0 0.58 0.48 0.18
HSL 349.09º 0.56% 0.58% -
HSV(B) 349.09º 0.58% 0.82% -
XYZ 32.18 21.33 16.89 -
YUV 125.69 118.59 186.71 -
System Red Green Blue C M Y K H S L
Decimal 208 87 109 0 0.58 0.48 0.18 349.09 0.56 0.58
Hex D0 57 6D 0 3A 30 12 15D 38 3A
Octal 320 127 155 0 72 60 22 535 70 72
Binary 11010000 1010111 1101101 0 111010 110000 10010 101011101 111000 111010

Color Harmonies of #D0576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0576D

Black with #D0576D

Text Example


Text Example

White with #D0576D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0576D; }

 p { color: rgb(208,87,109); }

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

background-color css

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

 a { background-color: rgb(208,87,109); }

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

border-color css

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

 span { border-color: rgb(208,87,109); }

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