Html Css Color HEX #D8516C Cabaret

📋 copy color: '#D8516C'

red 216 ◦ green 81 ◦ blue 108

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

Shades of Cabaret #D8516C

Tints of Cabaret #D8516C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.67%

R = 53.33%
G = 20%
B = 26.67%

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

#D8516C (or 0xD8516C) is known color: Cabaret. HEX triplet: D8, 51 and 6C. RGB value is (216,81,108). Sum of RGB (Red+Green+Blue) = 216+81+108=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D8516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8516C is #27AE93. Grayscale: #7C7C7C. Windows color (decimal): -2600596 or 7098840. OLE color: 7098840.

HSL color Cylindrical-coordinate representation of color #D8516C: hue angle of 348º 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 #D8516C is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 81 108 -
CMYK 0 0.62 0.50 0.15
HSL 348º 0.63% 0.58% -
HSV(B) 348º 0.63% 0.85% -
XYZ 33.97 21.57 16.56 -
YUV 124.44 118.73 193.3 -
System Red Green Blue C M Y K H S L
Decimal 216 81 108 0 0.62 0.50 0.15 348 0.63 0.58
Hex D8 51 6C 0 3E 32 F 15C 3F 3A
Octal 330 121 154 0 76 62 17 534 77 72
Binary 11011000 1010001 1101100 0 111110 110010 1111 101011100 111111 111010

Color Harmonies of #D8516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8516C

Black with #D8516C

Text Example


Text Example

White with #D8516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8516C; }

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

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

background-color css

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

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

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

border-color css

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

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

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