Html Css Color HEX #D8476A Cabaret

📋 copy color: '#D8476A'

red 216 ◦ green 71 ◦ blue 106

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

Shades of Cabaret #D8476A

Tints of Cabaret #D8476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.07%

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

R = 54.96%
G = 18.07%
B = 26.97%

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

#D8476A (or 0xD8476A) is known color: Cabaret. HEX triplet: D8, 47 and 6A. RGB value is (216,71,106). Sum of RGB (Red+Green+Blue) = 216+71+106=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D8476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8476A is #27B895. Grayscale: #767676. Windows color (decimal): -2603158 or 6965208. OLE color: 6965208.

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

Color convert

RGB 216 71 106 -
CMYK 0 0.67 0.51 0.15
HSL 345.52º 0.65% 0.56% -
HSV(B) 345.52º 0.67% 0.85% -
XYZ 33.17 20.15 15.78 -
YUV 118.35 121.04 197.65 -
System Red Green Blue C M Y K H S L
Decimal 216 71 106 0 0.67 0.51 0.15 345.52 0.65 0.56
Hex D8 47 6A 0 43 33 F 15A 41 38
Octal 330 107 152 0 103 63 17 532 101 70
Binary 11011000 1000111 1101010 0 1000011 110011 1111 101011010 1000001 111000

Color Harmonies of #D8476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8476A

Black with #D8476A

Text Example


Text Example

White with #D8476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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