#D15966

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

Shades of Cabaret #D15966

Tints of Cabaret #D15966

Color information

#D15966 (or 0xD15966) is unknown color: approx Cabaret. HEX triplet: D1, 59 and 66. RGB value is (209,89,102). Sum of RGB (Red+Green+Blue) = 209+89+102=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D15966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15966 is #2EA699. Grayscale: #7E7E7E. Windows color (decimal): -3057306 or 6707665. OLE color: 6707665.

HSL color Cylindrical-coordinate representation of color #D15966: hue angle of 353.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15966 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB20989102-
CMYK00.570.510.18
HSL353.5º56.6%58.43%-
HSV(B)353.5º57.42%81.96%-
XYZ32.2721.6615.05-
YUV126.36114.26186.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.25%
GREEN value IS 89 (35.16% from 255) = 22.25%
BLUE value IS 102 (40.23% from 255) = 25.5%
R=52.25%
G=22.25%
B=25.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098910200.570.510.18353.556.658.43
HexD159660393312162393a
Octal32113114607163225427172
Binary1101000110110011100110011100111001110010101100010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15966; }

 p { color: rgb(209,89,102); }

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

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

 a { background-color: rgb(209,89,102); }

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

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

 span { border-color: rgb(209,89,102); }

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