Html Css Color HEX #D8476C Cabaret

📋 copy color: '#D8476C'

red 216 ◦ green 71 ◦ blue 108

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

Shades of Cabaret #D8476C

Tints of Cabaret #D8476C

RGB

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

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

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

R = 54.68%
G = 17.97%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8476C (or 0xD8476C) is known color: Cabaret. HEX triplet: D8, 47 and 6C. RGB value is (216,71,108). Sum of RGB (Red+Green+Blue) = 216+71+108=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8476C is #27B893. Grayscale: #767676. Windows color (decimal): -2603156 or 7096280. OLE color: 7096280.

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

Color convert

RGB 216 71 108 -
CMYK 0 0.67 0.50 0.15
HSL 344.69º 0.65% 0.56% -
HSV(B) 344.69º 0.67% 0.85% -
XYZ 33.28 20.19 16.33 -
YUV 118.57 122.04 197.49 -
System Red Green Blue C M Y K H S L
Decimal 216 71 108 0 0.67 0.50 0.15 344.69 0.65 0.56
Hex D8 47 6C 0 43 32 F 159 41 38
Octal 330 107 154 0 103 62 17 531 101 70
Binary 11011000 1000111 1101100 0 1000011 110010 1111 101011001 1000001 111000

Color Harmonies of #D8476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8476C

Black with #D8476C

Text Example


Text Example

White with #D8476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8476C; }

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

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

background-color css

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

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

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

border-color css

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

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

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