Html Css Color HEX #D8466A Cabaret

📋 copy color: '#D8466A'

red 216 ◦ green 70 ◦ blue 106

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

Shades of Cabaret #D8466A

Tints of Cabaret #D8466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.86%

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

R = 55.1%
G = 17.86%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D8466A (or 0xD8466A) is known color: Cabaret. HEX triplet: D8, 46 and 6A. RGB value is (216,70,106). Sum of RGB (Red+Green+Blue) = 216+70+106=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8466A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8466A is #27B995. Grayscale: #757575. Windows color (decimal): -2603414 or 6964952. OLE color: 6964952.

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

Color convert

RGB 216 70 106 -
CMYK 0 0.68 0.51 0.15
HSL 345.21º 0.65% 0.56% -
HSV(B) 345.21º 0.68% 0.85% -
XYZ 33.11 20.02 15.75 -
YUV 117.76 121.37 198.07 -
System Red Green Blue C M Y K H S L
Decimal 216 70 106 0 0.68 0.51 0.15 345.21 0.65 0.56
Hex D8 46 6A 0 44 33 F 159 41 38
Octal 330 106 152 0 104 63 17 531 101 70
Binary 11011000 1000110 1101010 0 1000100 110011 1111 101011001 1000001 111000

Color Harmonies of #D8466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8466A

Black with #D8466A

Text Example


Text Example

White with #D8466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8466A; }

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

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

background-color css

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

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

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

border-color css

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

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

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