#D26176

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

Shades of Cabaret #D26176

Tints of Cabaret #D26176

Color information

#D26176 (or 0xD26176) is unknown color: approx Cabaret. HEX triplet: D2, 61 and 76. RGB value is (210,97,118). Sum of RGB (Red+Green+Blue) = 210+97+118=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D26176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26176 is #2D9E89. Grayscale: #858585. Windows color (decimal): -2989706 or 7758290. OLE color: 7758290.

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

Color convert

RGB21097118-
CMYK00.540.440.18
HSL348.85º55.67%60.2%-
HSV(B)348.85º53.81%82.35%-
XYZ34.1223.5619.89-
YUV133.18119.44182.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.41%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 118 (46.48% from 255) = 27.76%
R=49.41%
G=22.82%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109711800.540.440.18348.8555.6760.2
HexD261760362C1215d383c
Octal32214116606654225357074
Binary1101001011000011110110011011010110010010101011101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26176; }

 p { color: rgb(210,97,118); }

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

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

 a { background-color: rgb(210,97,118); }

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

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

 span { border-color: rgb(210,97,118); }

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