#D46370

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

Shades of Cabaret #D46370

Tints of Cabaret #D46370

Color information

#D46370 (or 0xD46370) is unknown color: approx Cabaret. HEX triplet: D4, 63 and 70. RGB value is (212,99,112). Sum of RGB (Red+Green+Blue) = 212+99+112=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D46370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46370 is #2B9C8F. Grayscale: #868686. Windows color (decimal): -2858128 or 7365588. OLE color: 7365588.

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

Color convert

RGB21299112-
CMYK00.530.470.17
HSL353.1º56.78%60.98%-
HSV(B)353.1º53.3%83.14%-
XYZ34.5424.0918.16-
YUV134.27115.44183.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.12%
GREEN value IS 99 (39.06% from 255) = 23.40%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=50.12%
G=23.40%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129911200.530.470.17353.156.7860.98
HexD463700352F11161393d
Octal32414316006557215417175
Binary1101010011000111110000011010110111110001101100001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46370; }

 p { color: rgb(212,99,112); }

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

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

 a { background-color: rgb(212,99,112); }

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

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

 span { border-color: rgb(212,99,112); }

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