#D06371

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

Shades of Cabaret #D06371

Tints of Cabaret #D06371

Color information

#D06371 (or 0xD06371) is unknown color: approx Cabaret. HEX triplet: D0, 63 and 71. RGB value is (208,99,113). Sum of RGB (Red+Green+Blue) = 208+99+113=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D06371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06371 is #2F9C8E. Grayscale: #858585. Windows color (decimal): -3120271 or 7431120. OLE color: 7431120.

HSL color Cylindrical-coordinate representation of color #D06371: hue angle of 352.29º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06371 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB20899113-
CMYK00.520.460.18
HSL352.29º53.69%60.2%-
HSV(B)352.29º52.4%81.57%-
XYZ33.4523.5318.4-
YUV133.19116.61181.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.52%
GREEN value IS 99 (39.06% from 255) = 23.57%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=49.52%
G=23.57%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089911300.520.460.18352.2953.6960.2
HexD063710342E12160363c
Octal32014316106456225406674
Binary1101000011000111110001011010010111010010101100000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06371; }

 p { color: rgb(208,99,113); }

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

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

 a { background-color: rgb(208,99,113); }

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

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

 span { border-color: rgb(208,99,113); }

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