#D85D69

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

Shades of Cabaret #D85D69

Tints of Cabaret #D85D69

Color information

#D85D69 (or 0xD85D69) is unknown color: approx Cabaret. HEX triplet: D8, 5D and 69. RGB value is (216,93,105). Sum of RGB (Red+Green+Blue) = 216+93+105=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D69 is #27A296. Grayscale: #838383. Windows color (decimal): -2597527 or 6905304. OLE color: 6905304.

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

Color convert

RGB21693105-
CMYK00.570.510.15
HSL354.15º61.19%60.59%-
HSV(B)354.15º56.94%84.71%-
XYZ34.7823.4516.06-
YUV131.15113.25188.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.17%
GREEN value IS 93 (36.72% from 255) = 22.46%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=52.17%
G=22.46%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169310500.570.510.15354.1561.1960.59
HexD85D6903933F1623d3d
Octal33013515107163175427575
Binary110110001011101110100101110011100111111101100010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85D69; }

 p { color: rgb(216,93,105); }

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

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

 a { background-color: rgb(216,93,105); }

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

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

 span { border-color: rgb(216,93,105); }

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