Html Css Color HEX #D8516D Cabaret

📋 copy color: '#D8516D'

red 216 ◦ green 81 ◦ blue 109

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

Shades of Cabaret #D8516D

Tints of Cabaret #D8516D

RGB

 RED value IS 216 (84.77% from 255) = 53.2%

 GREEN value IS 81 (32.03% from 255) = 19.95%

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

R = 53.2%
G = 19.95%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8516D (or 0xD8516D) is known color: Cabaret. HEX triplet: D8, 51 and 6D. RGB value is (216,81,109). Sum of RGB (Red+Green+Blue) = 216+81+109=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8516D is #27AE92. Grayscale: #7C7C7C. Windows color (decimal): -2600595 or 7164376. OLE color: 7164376.

HSL color Cylindrical-coordinate representation of color #D8516D: hue angle of 347.56º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8516D is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 81 109 -
CMYK 0 0.62 0.50 0.15
HSL 347.56º 0.63% 0.58% -
HSV(B) 347.56º 0.63% 0.85% -
XYZ 34.02 21.59 16.84 -
YUV 124.56 119.23 193.22 -
System Red Green Blue C M Y K H S L
Decimal 216 81 109 0 0.62 0.50 0.15 347.56 0.63 0.58
Hex D8 51 6D 0 3E 32 F 15C 3F 3A
Octal 330 121 155 0 76 62 17 534 77 72
Binary 11011000 1010001 1101101 0 111110 110010 1111 101011100 111111 111010

Color Harmonies of #D8516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8516D

Black with #D8516D

Text Example


Text Example

White with #D8516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8516D; }

 p { color: rgb(216,81,109); }

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

background-color css

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

 a { background-color: rgb(216,81,109); }

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

border-color css

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

 span { border-color: rgb(216,81,109); }

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