#D26472

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

Shades of Cabaret #D26472

Tints of Cabaret #D26472

Color information

#D26472 (or 0xD26472) is unknown color: approx Cabaret. HEX triplet: D2, 64 and 72. RGB value is (210,100,114). Sum of RGB (Red+Green+Blue) = 210+100+114=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D26472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26472 is #2D9B8D. Grayscale: #868686. Windows color (decimal): -2988942 or 7496914. OLE color: 7496914.

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

Color convert

RGB210100114-
CMYK00.520.460.18
HSL352.36º55%60.78%-
HSV(B)352.36º52.38%82.35%-
XYZ34.1724.0318.76-
YUV134.49116.44181.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.53%
GREEN value IS 100 (39.45% from 255) = 23.58%
BLUE value IS 114 (44.92% from 255) = 26.89%
R=49.53%
G=23.58%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010011400.520.460.18352.365560.78
HexD264720342E12160373d
Octal32214416206456225406775
Binary1101001011001001110010011010010111010010101100000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26472; }

 p { color: rgb(210,100,114); }

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

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

 a { background-color: rgb(210,100,114); }

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

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

 span { border-color: rgb(210,100,114); }

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