Html Css Color HEX #D8496D Cabaret

📋 copy color: '#D8496D'

red 216 ◦ green 73 ◦ blue 109

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

Shades of Cabaret #D8496D

Tints of Cabaret #D8496D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.34%

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

R = 54.27%
G = 18.34%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8496D (or 0xD8496D) is known color: Cabaret. HEX triplet: D8, 49 and 6D. RGB value is (216,73,109). Sum of RGB (Red+Green+Blue) = 216+73+109=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D8496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8496D is #27B692. Grayscale: #777777. Windows color (decimal): -2602643 or 7162328. OLE color: 7162328.

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

Color convert

RGB 216 73 109 -
CMYK 0 0.66 0.50 0.15
HSL 344.9º 0.65% 0.57% -
HSV(B) 344.9º 0.66% 0.85% -
XYZ 33.46 20.47 16.66 -
YUV 119.86 121.88 196.57 -
System Red Green Blue C M Y K H S L
Decimal 216 73 109 0 0.66 0.50 0.15 344.9 0.65 0.57
Hex D8 49 6D 0 42 32 F 159 41 39
Octal 330 111 155 0 102 62 17 531 101 71
Binary 11011000 1001001 1101101 0 1000010 110010 1111 101011001 1000001 111001

Color Harmonies of #D8496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8496D

Black with #D8496D

Text Example


Text Example

White with #D8496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8496D; }

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

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

background-color css

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

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

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

border-color css

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

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

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