#D1456A

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

Shades of Cabaret #D1456A

Tints of Cabaret #D1456A

Color information

#D1456A (or 0xD1456A) is unknown color: approx Cabaret. HEX triplet: D1, 45 and 6A. RGB value is (209,69,106). Sum of RGB (Red+Green+Blue) = 209+69+106=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1456A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1456A is #2EBA95. Grayscale: #737373. Windows color (decimal): -3062422 or 6964689. OLE color: 6964689.

HSL color Cylindrical-coordinate representation of color #D1456A: hue angle of 344.14º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1456A is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB20969106-
CMYK00.670.490.18
HSL344.14º60.34%54.51%-
HSV(B)344.14º66.99%81.96%-
XYZ31.0218.8515.64-
YUV115.08122.88194.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.43%
GREEN value IS 69 (27.34% from 255) = 17.97%
BLUE value IS 106 (41.80% from 255) = 27.60%
R=54.43%
G=17.97%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096910600.670.490.18344.1460.3454.51
HexD1456A04331121583c37
Octal321105152010361225307467
Binary11010001100010111010100100001111000110010101011000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1456A; }

 p { color: rgb(209,69,106); }

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

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

 a { background-color: rgb(209,69,106); }

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

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

 span { border-color: rgb(209,69,106); }

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