#D26370

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

Shades of Cabaret #D26370

Tints of Cabaret #D26370

Color information

#D26370 (or 0xD26370) is unknown color: approx Cabaret. HEX triplet: D2, 63 and 70. RGB value is (210,99,112). Sum of RGB (Red+Green+Blue) = 210+99+112=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D26370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26370 is #2D9C8F. Grayscale: #858585. Windows color (decimal): -2989200 or 7365586. OLE color: 7365586.

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

Color convert

RGB21099112-
CMYK00.530.470.18
HSL352.97º55.22%60.59%-
HSV(B)352.97º52.86%82.35%-
XYZ33.9623.818.13-
YUV133.67115.77182.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.88%
GREEN value IS 99 (39.06% from 255) = 23.52%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=49.88%
G=23.52%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109911200.530.470.18352.9755.2260.59
HexD263700352F12161373d
Octal32214316006557225416775
Binary1101001011000111110000011010110111110010101100001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26370; }

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

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

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

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

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

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

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

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