#D06073

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

Shades of Cabaret #D06073

Tints of Cabaret #D06073

Color information

#D06073 (or 0xD06073) is unknown color: approx Cabaret. HEX triplet: D0, 60 and 73. RGB value is (208,96,115). Sum of RGB (Red+Green+Blue) = 208+96+115=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D06073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06073 is #2F9F8C. Grayscale: #838383. Windows color (decimal): -3121037 or 7561424. OLE color: 7561424.

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

Color convert

RGB20896115-
CMYK00.540.450.18
HSL349.82º54.37%59.61%-
HSV(B)349.82º53.85%81.57%-
XYZ33.2923.0118.91-
YUV131.65118.61182.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.64%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 115 (45.31% from 255) = 27.45%
R=49.64%
G=22.91%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089611500.540.450.18349.8254.3759.61
HexD060730362D1215e363c
Octal32014016306655225366674
Binary1101000011000001110011011011010110110010101011110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06073; }

 p { color: rgb(208,96,115); }

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

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

 a { background-color: rgb(208,96,115); }

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

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

 span { border-color: rgb(208,96,115); }

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