#D0646C

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

Shades of Cabaret #D0646C

Tints of Cabaret #D0646C

Color information

#D0646C (or 0xD0646C) is unknown color: approx Cabaret. HEX triplet: D0, 64 and 6C. RGB value is (208,100,108). Sum of RGB (Red+Green+Blue) = 208+100+108=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0646C is #2F9B93. Grayscale: #858585. Windows color (decimal): -3120020 or 7103696. OLE color: 7103696.

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

Color convert

RGB208100108-
CMYK00.520.480.18
HSL355.56º53.47%60.39%-
HSV(B)355.56º51.92%81.57%-
XYZ33.2823.6116.99-
YUV133.2113.78181.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50%
GREEN value IS 100 (39.45% from 255) = 24.04%
BLUE value IS 108 (42.58% from 255) = 25.96%
R=50%
G=24.04%
B=25.96%

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
Decimal20810010800.520.480.18355.5653.4760.39
HexD0646C0343012164353c
Octal32014415406460225446574
Binary1101000011001001101100011010011000010010101100100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0646C; }

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

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

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

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

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

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

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

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