Html Css Color HEX #D8486A Cabaret

📋 copy color: '#D8486A'

red 216 ◦ green 72 ◦ blue 106

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

Shades of Cabaret #D8486A

Tints of Cabaret #D8486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.27%

 BLUE value IS 106 (41.8% from 255) = 26.9%

R = 54.82%
G = 18.27%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D8486A (or 0xD8486A) is known color: Cabaret. HEX triplet: D8, 48 and 6A. RGB value is (216,72,106). Sum of RGB (Red+Green+Blue) = 216+72+106=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8486A is #27B795. Grayscale: #767676. Windows color (decimal): -2602902 or 6965464. OLE color: 6965464.

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

Color convert

RGB 216 72 106 -
CMYK 0 0.67 0.51 0.15
HSL 345.83º 0.65% 0.56% -
HSV(B) 345.83º 0.67% 0.85% -
XYZ 33.24 20.27 15.8 -
YUV 118.93 120.71 197.24 -
System Red Green Blue C M Y K H S L
Decimal 216 72 106 0 0.67 0.51 0.15 345.83 0.65 0.56
Hex D8 48 6A 0 43 33 F 15A 41 38
Octal 330 110 152 0 103 63 17 532 101 70
Binary 11011000 1001000 1101010 0 1000011 110011 1111 101011010 1000001 111000

Color Harmonies of #D8486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8486A

Black with #D8486A

Text Example


Text Example

White with #D8486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8486A; }

 p { color: rgb(216,72,106); }

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

background-color css

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

 a { background-color: rgb(216,72,106); }

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

border-color css

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

 span { border-color: rgb(216,72,106); }

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