Html Css Color HEX #D15973 Cabaret

📋 copy color: '#D15973'

red 209 ◦ green 89 ◦ blue 115

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

Shades of Cabaret #D15973

Tints of Cabaret #D15973

RGB

 RED value IS 209 (82.03% from 255) = 50.61%

 GREEN value IS 89 (35.16% from 255) = 21.55%

 BLUE value IS 115 (45.31% from 255) = 27.85%

R = 50.61%
G = 21.55%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D15973 (or 0xD15973) is known color: Cabaret. HEX triplet: D1, 59 and 73. RGB value is (209,89,115). Sum of RGB (Red+Green+Blue) = 209+89+115=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D15973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15973 is #2EA68C. Grayscale: #7F7F7F. Windows color (decimal): -3057293 or 7559633. OLE color: 7559633.

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

Color convert

RGB 209 89 115 -
CMYK 0 0.57 0.45 0.18
HSL 347º 0.57% 0.58% -
HSV(B) 347º 0.57% 0.82% -
XYZ 32.96 21.94 18.72 -
YUV 127.84 120.76 185.89 -
System Red Green Blue C M Y K H S L
Decimal 209 89 115 0 0.57 0.45 0.18 347 0.57 0.58
Hex D1 59 73 0 39 2D 12 15B 39 3A
Octal 321 131 163 0 71 55 22 533 71 72
Binary 11010001 1011001 1110011 0 111001 101101 10010 101011011 111001 111010

Color Harmonies of #D15973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15973

Black with #D15973

Text Example


Text Example

White with #D15973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15973; }

 p { color: rgb(209,89,115); }

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

background-color css

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

 a { background-color: rgb(209,89,115); }

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

border-color css

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

 span { border-color: rgb(209,89,115); }

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