#D7506F

Color #D7506F Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #D7506F

Tints of Cabaret #D7506F

Color information

#D7506F (or 0xD7506F) is unknown color: approx Cabaret. HEX triplet: D7, 50 and 6F. RGB value is (215,80,111). Sum of RGB (Red+Green+Blue) = 215+80+111=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D7506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7506F is #28AF90. Grayscale: #7B7B7B. Windows color (decimal): -2666385 or 7295191. OLE color: 7295191.

HSL color Cylindrical-coordinate representation of color #D7506F: hue angle of 346.22º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D7506F is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB21580111-
CMYK00.630.480.16
HSL346.22º62.79%57.84%-
HSV(B)346.22º62.79%84.31%-
XYZ33.7621.3317.38-
YUV123.9120.73192.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.96%
GREEN value IS 80 (31.64% from 255) = 19.70%
BLUE value IS 111 (43.75% from 255) = 27.34%
R=52.96%
G=19.70%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158011100.630.480.16346.2262.7957.84
HexD7506F03F301015a3f3a
Octal32712015707760205327772
Binary1101011110100001101111011111111000010000101011010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7506F; }

 p { color: rgb(215,80,111); }

 H1.HeaderClassName
 {
   color: #D7506F;
 }
 .AnyTagClassName
 {
   color: #D7506F;
 }
</style>
background-color css

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

 a { background-color: rgb(215,80,111); }

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

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

 span { border-color: rgb(215,80,111); }

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