#D06075

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

Shades of Cabaret #D06075

Tints of Cabaret #D06075

Color information

#D06075 (or 0xD06075) is unknown color: approx Cabaret. HEX triplet: D0, 60 and 75. RGB value is (208,96,117). Sum of RGB (Red+Green+Blue) = 208+96+117=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D06075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06075 is #2F9F8A. Grayscale: #838383. Windows color (decimal): -3121035 or 7692496. OLE color: 7692496.

HSL color Cylindrical-coordinate representation of color #D06075: hue angle of 348.75º 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 #D06075 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB20896117-
CMYK00.540.440.18
HSL348.75º54.37%59.61%-
HSV(B)348.75º53.85%81.57%-
XYZ33.4123.0619.52-
YUV131.88119.61182.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.41%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 117 (46.09% from 255) = 27.79%
R=49.41%
G=22.80%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089611700.540.440.18348.7554.3759.61
HexD060750362C1215d363c
Octal32014016506654225356674
Binary1101000011000001110101011011010110010010101011101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06075; }

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

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

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

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

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

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

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

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