Html Css Color HEX #D7486C Cabaret

📋 copy color: '#D7486C'

red 215 ◦ green 72 ◦ blue 108

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

Shades of Cabaret #D7486C

Tints of Cabaret #D7486C

RGB

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

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

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

R = 54.43%
G = 18.23%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7486C (or 0xD7486C) is known color: Cabaret. HEX triplet: D7, 48 and 6C. RGB value is (215,72,108). Sum of RGB (Red+Green+Blue) = 215+72+108=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D7486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7486C is #28B793. Grayscale: #767676. Windows color (decimal): -2668436 or 7096535. OLE color: 7096535.

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

Color convert

RGB 215 72 108 -
CMYK 0 0.67 0.50 0.16
HSL 344.9º 0.64% 0.56% -
HSV(B) 344.9º 0.67% 0.84% -
XYZ 33.05 20.16 16.34 -
YUV 118.86 121.88 196.57 -
System Red Green Blue C M Y K H S L
Decimal 215 72 108 0 0.67 0.50 0.16 344.9 0.64 0.56
Hex D7 48 6C 0 43 32 10 159 40 38
Octal 327 110 154 0 103 62 20 531 100 70
Binary 11010111 1001000 1101100 0 1000011 110010 10000 101011001 1000000 111000

Color Harmonies of #D7486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7486C

Black with #D7486C

Text Example


Text Example

White with #D7486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7486C; }

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

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

background-color css

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

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

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

border-color css

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

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

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