#D0656F

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

Shades of Cabaret #D0656F

Tints of Cabaret #D0656F

Color information

#D0656F (or 0xD0656F) is unknown color: approx Cabaret. HEX triplet: D0, 65 and 6F. RGB value is (208,101,111). Sum of RGB (Red+Green+Blue) = 208+101+111=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0656F is #2F9A90. Grayscale: #868686. Windows color (decimal): -3119761 or 7300560. OLE color: 7300560.

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

Color convert

RGB208101111-
CMYK00.510.470.18
HSL354.39º53.23%60.59%-
HSV(B)354.39º51.44%81.57%-
XYZ33.5423.8617.88-
YUV134.13114.95180.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.52%
GREEN value IS 101 (39.84% from 255) = 24.05%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=49.52%
G=24.05%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810111100.510.470.18354.3953.2360.59
HexD0656F0332F12162353d
Octal32014515706357225426575
Binary1101000011001011101111011001110111110010101100010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0656F; }

 p { color: rgb(208,101,111); }

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

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

 a { background-color: rgb(208,101,111); }

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

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

 span { border-color: rgb(208,101,111); }

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