#D7506A

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

Shades of Cabaret #D7506A

Tints of Cabaret #D7506A

Color information

#D7506A (or 0xD7506A) is unknown color: approx Cabaret. HEX triplet: D7, 50 and 6A. RGB value is (215,80,106). Sum of RGB (Red+Green+Blue) = 215+80+106=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D7506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7506A is #28AF95. Grayscale: #7B7B7B. Windows color (decimal): -2666390 or 6967511. OLE color: 6967511.

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

Color convert

RGB21580106-
CMYK00.630.510.16
HSL348.44º62.79%57.84%-
HSV(B)348.44º62.79%84.31%-
XYZ33.4921.2315.97-
YUV123.33118.23193.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.62%
GREEN value IS 80 (31.64% from 255) = 19.95%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=53.62%
G=19.95%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158010600.630.510.16348.4462.7957.84
HexD7506A03F331015c3f3a
Octal32712015207763205347772
Binary1101011110100001101010011111111001110000101011100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7506A; }

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

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

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

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

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

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

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

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