#D26374

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

Shades of Cabaret #D26374

Tints of Cabaret #D26374

Color information

#D26374 (or 0xD26374) is unknown color: approx Cabaret. HEX triplet: D2, 63 and 74. RGB value is (210,99,116). Sum of RGB (Red+Green+Blue) = 210+99+116=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D26374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26374 is #2D9C8B. Grayscale: #868686. Windows color (decimal): -2989196 or 7627730. OLE color: 7627730.

HSL color Cylindrical-coordinate representation of color #D26374: hue angle of 350.81º 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 #D26374 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB21099116-
CMYK00.530.450.18
HSL350.81º55.22%60.59%-
HSV(B)350.81º52.86%82.35%-
XYZ34.1923.8919.33-
YUV134.13117.77182.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.41%
GREEN value IS 99 (39.06% from 255) = 23.29%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=49.41%
G=23.29%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109911600.530.450.18350.8155.2260.59
HexD263740352D1215f373d
Octal32214316406555225376775
Binary1101001011000111110100011010110110110010101011111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26374; }

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

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

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

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

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

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

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

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