#D15968

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

Shades of Cabaret #D15968

Tints of Cabaret #D15968

Color information

#D15968 (or 0xD15968) is unknown color: approx Cabaret. HEX triplet: D1, 59 and 68. RGB value is (209,89,104). Sum of RGB (Red+Green+Blue) = 209+89+104=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D15968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15968 is #2EA697. Grayscale: #7E7E7E. Windows color (decimal): -3057304 or 6838737. OLE color: 6838737.

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

Color convert

RGB20989104-
CMYK00.570.500.18
HSL352.5º56.6%58.43%-
HSV(B)352.5º57.42%81.96%-
XYZ32.3721.715.58-
YUV126.59115.26186.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.99%
GREEN value IS 89 (35.16% from 255) = 22.14%
BLUE value IS 104 (41.02% from 255) = 25.87%
R=51.99%
G=22.14%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098910400.570.500.18352.556.658.43
HexD159680393212160393a
Octal32113115007162225407172
Binary1101000110110011101000011100111001010010101100000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15968; }

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

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

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

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

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

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

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

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