Html Css Color HEX #D7486A Cabaret

📋 copy color: '#D7486A'

red 215 ◦ green 72 ◦ blue 106

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

Shades of Cabaret #D7486A

Tints of Cabaret #D7486A

RGB

 RED value IS 215 (84.38% from 255) = 54.71%

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

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

R = 54.71%
G = 18.32%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D7486A (or 0xD7486A) is known color: Cabaret. HEX triplet: D7, 48 and 6A. RGB value is (215,72,106). Sum of RGB (Red+Green+Blue) = 215+72+106=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D7486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7486A is #28B795. Grayscale: #767676. Windows color (decimal): -2668438 or 6965463. OLE color: 6965463.

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

Color convert

RGB 215 72 106 -
CMYK 0 0.67 0.51 0.16
HSL 345.73º 0.64% 0.56% -
HSV(B) 345.73º 0.67% 0.84% -
XYZ 32.94 20.12 15.78 -
YUV 118.63 120.88 196.74 -
System Red Green Blue C M Y K H S L
Decimal 215 72 106 0 0.67 0.51 0.16 345.73 0.64 0.56
Hex D7 48 6A 0 43 33 10 15A 40 38
Octal 327 110 152 0 103 63 20 532 100 70
Binary 11010111 1001000 1101010 0 1000011 110011 10000 101011010 1000000 111000

Color Harmonies of #D7486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7486A

Black with #D7486A

Text Example


Text Example

White with #D7486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7486A; }

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

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

background-color css

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

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

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

border-color css

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

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

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