#D7616C

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

Shades of Cabaret #D7616C

Tints of Cabaret #D7616C

Color information

#D7616C (or 0xD7616C) is unknown color: approx Cabaret. HEX triplet: D7, 61 and 6C. RGB value is (215,97,108). Sum of RGB (Red+Green+Blue) = 215+97+108=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7616C is #289E93. Grayscale: #858585. Windows color (decimal): -2662036 or 7102935. OLE color: 7102935.

HSL color Cylindrical-coordinate representation of color #D7616C: hue angle of 354.41º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7616C is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB21597108-
CMYK00.550.500.16
HSL354.41º59.6%61.18%-
HSV(B)354.41º54.88%84.31%-
XYZ35.0124.0816.99-
YUV133.54113.59186.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.19%
GREEN value IS 97 (38.28% from 255) = 23.10%
BLUE value IS 108 (42.58% from 255) = 25.71%
R=51.19%
G=23.10%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159710800.550.500.16354.4159.661.18
HexD7616C03732101623c3d
Octal32714115406762205427475
Binary1101011111000011101100011011111001010000101100010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7616C; }

 p { color: rgb(215,97,108); }

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

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

 a { background-color: rgb(215,97,108); }

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

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

 span { border-color: rgb(215,97,108); }

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