Html Css Color HEX #D0576E Cabaret

📋 copy color: '#D0576E'

red 208 ◦ green 87 ◦ blue 110

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

Shades of Cabaret #D0576E

Tints of Cabaret #D0576E

RGB

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

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

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

R = 51.36%
G = 21.48%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0576E (or 0xD0576E) is known color: Cabaret. HEX triplet: D0, 57 and 6E. RGB value is (208,87,110). Sum of RGB (Red+Green+Blue) = 208+87+110=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0576E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0576E is #2FA891. Grayscale: #7D7D7D. Windows color (decimal): -3123346 or 7231440. OLE color: 7231440.

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

Color convert

RGB 208 87 110 -
CMYK 0 0.58 0.47 0.18
HSL 348.6º 0.56% 0.58% -
HSV(B) 348.6º 0.58% 0.82% -
XYZ 32.24 21.35 17.17 -
YUV 125.8 119.09 186.63 -
System Red Green Blue C M Y K H S L
Decimal 208 87 110 0 0.58 0.47 0.18 348.6 0.56 0.58
Hex D0 57 6E 0 3A 2F 12 15D 38 3A
Octal 320 127 156 0 72 57 22 535 70 72
Binary 11010000 1010111 1101110 0 111010 101111 10010 101011101 111000 111010

Color Harmonies of #D0576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0576E

Black with #D0576E

Text Example


Text Example

White with #D0576E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0576E; }

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

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

background-color css

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

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

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

border-color css

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

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

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