#D7526D

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

Shades of Cabaret #D7526D

Tints of Cabaret #D7526D

Color information

#D7526D (or 0xD7526D) is unknown color: approx Cabaret. HEX triplet: D7, 52 and 6D. RGB value is (215,82,109). Sum of RGB (Red+Green+Blue) = 215+82+109=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D7526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7526D is #28AD92. Grayscale: #7C7C7C. Windows color (decimal): -2665875 or 7164631. OLE color: 7164631.

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

Color convert

RGB21582109-
CMYK00.620.490.16
HSL347.82º62.44%58.24%-
HSV(B)347.82º61.86%84.31%-
XYZ33.821.5916.85-
YUV124.84119.06192.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.96%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 109 (42.97% from 255) = 26.85%
R=52.96%
G=20.20%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158210900.620.490.16347.8262.4458.24
HexD7526D03E311015c3e3a
Octal32712215507661205347672
Binary1101011110100101101101011111011000110000101011100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7526D; }

 p { color: rgb(215,82,109); }

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

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

 a { background-color: rgb(215,82,109); }

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

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

 span { border-color: rgb(215,82,109); }

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