#D4506A

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

Shades of Cabaret #D4506A

Tints of Cabaret #D4506A

Color information

#D4506A (or 0xD4506A) is unknown color: approx Cabaret. HEX triplet: D4, 50 and 6A. RGB value is (212,80,106). Sum of RGB (Red+Green+Blue) = 212+80+106=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D4506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4506A is #2BAF95. Grayscale: #7A7A7A. Windows color (decimal): -2862998 or 6967508. OLE color: 6967508.

HSL color Cylindrical-coordinate representation of color #D4506A: hue angle of 348.18º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4506A is Cyan = 0, Magento = 0.62, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB21280106-
CMYK00.620.50.17
HSL348.18º60.55%57.25%-
HSV(B)348.18º62.26%83.14%-
XYZ32.6220.7715.93-
YUV122.43118.73191.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.27%
GREEN value IS 80 (31.64% from 255) = 20.10%
BLUE value IS 106 (41.80% from 255) = 26.63%
R=53.27%
G=20.10%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128010600.620.50.17348.1860.5557.25
HexD4506A03E321115c3d39
Octal32412015207662215347571
Binary1101010010100001101010011111011001010001101011100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4506A; }

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

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

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

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

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

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

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

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