#D0646D

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

Shades of Cabaret #D0646D

Tints of Cabaret #D0646D

Color information

#D0646D (or 0xD0646D) is unknown color: approx Cabaret. HEX triplet: D0, 64 and 6D. RGB value is (208,100,109). Sum of RGB (Red+Green+Blue) = 208+100+109=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0646D is #2F9B92. Grayscale: #858585. Windows color (decimal): -3120019 or 7169232. OLE color: 7169232.

HSL color Cylindrical-coordinate representation of color #D0646D: hue angle of 355º degrees, saturation: 0.53, 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 #D0646D is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB208100109-
CMYK00.520.480.18
HSL355º53.47%60.39%-
HSV(B)355º51.92%81.57%-
XYZ33.3323.6317.27-
YUV133.32114.28181.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.88%
GREEN value IS 100 (39.45% from 255) = 23.98%
BLUE value IS 109 (42.97% from 255) = 26.14%
R=49.88%
G=23.98%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810010900.520.480.1835553.4760.39
HexD0646D0343012163353c
Octal32014415506460225436574
Binary1101000011001001101101011010011000010010101100011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0646D; }

 p { color: rgb(208,100,109); }

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

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

 a { background-color: rgb(208,100,109); }

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

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

 span { border-color: rgb(208,100,109); }

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