#d15967

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

Shades of Cabaret #D15967

Tints of Cabaret #D15967

Color information

#D15967 (or 0xD15967) is unknown color: approx Cabaret. HEX triplet: D1, 59 and 67. RGB value is (209,89,103). Sum of RGB (Red+Green+Blue) = 209+89+103=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D15967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15967 is #2EA698. Grayscale: #7E7E7E. Windows color (decimal): -3057305 or 6773201. OLE color: 6773201.

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

Color convert

RGB20989103-
CMYK00.570.510.18
HSL353º56.6%58.43%-
HSV(B)353º57.42%81.96%-
XYZ32.3221.6815.31-
YUV126.48114.76186.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.12%
GREEN value IS 89 (35.16% from 255) = 22.19%
BLUE value IS 103 (40.62% from 255) = 25.69%
R=52.12%
G=22.19%
B=25.69%

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
Decimal2098910300.570.510.1835356.658.43
HexD159670393312161393a
Octal32113114707163225417172
Binary1101000110110011100111011100111001110010101100001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d15967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d15967; }

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

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

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

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

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

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

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

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