#D0626C

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

Shades of Cabaret #D0626C

Tints of Cabaret #D0626C

Color information

#D0626C (or 0xD0626C) is unknown color: approx Cabaret. HEX triplet: D0, 62 and 6C. RGB value is (208,98,108). Sum of RGB (Red+Green+Blue) = 208+98+108=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0626C is #2F9D93. Grayscale: #848484. Windows color (decimal): -3120532 or 7103184. OLE color: 7103184.

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

Color convert

RGB20898108-
CMYK00.530.480.18
HSL354.55º53.92%60%-
HSV(B)354.55º52.88%81.57%-
XYZ33.0923.2316.93-
YUV132.03114.44182.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.24%
GREEN value IS 98 (38.67% from 255) = 23.67%
BLUE value IS 108 (42.58% from 255) = 26.09%
R=50.24%
G=23.67%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089810800.530.480.18354.5553.9260
HexD0626C0353012163363c
Octal32014215406560225436674
Binary1101000011000101101100011010111000010010101100011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0626C; }

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

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

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

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

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

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

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

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