#D9506C

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

Shades of Cabaret #D9506C

Tints of Cabaret #D9506C

Color information

#D9506C (or 0xD9506C) is unknown color: approx Cabaret. HEX triplet: D9, 50 and 6C. RGB value is (217,80,108). Sum of RGB (Red+Green+Blue) = 217+80+108=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9506C is #26AF93. Grayscale: #7C7C7C. Windows color (decimal): -2535316 or 7098585. OLE color: 7098585.

HSL color Cylindrical-coordinate representation of color #D9506C: hue angle of 347.74º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9506C is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB21780108-
CMYK00.630.500.15
HSL347.74º64.32%58.24%-
HSV(B)347.74º63.13%85.1%-
XYZ34.1921.5716.55-
YUV124.15118.89194.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.58%
GREEN value IS 80 (31.64% from 255) = 19.75%
BLUE value IS 108 (42.58% from 255) = 26.67%
R=53.58%
G=19.75%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178010800.630.500.15347.7464.3258.24
HexD9506C03F32F15c403a
Octal331120154077621753410072
Binary1101100110100001101100011111111001011111010111001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9506C; }

 p { color: rgb(217,80,108); }

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

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

 a { background-color: rgb(217,80,108); }

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

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

 span { border-color: rgb(217,80,108); }

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