#D3606E

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

Shades of Cabaret #D3606E

Tints of Cabaret #D3606E

Color information

#D3606E (or 0xD3606E) is unknown color: approx Cabaret. HEX triplet: D3, 60 and 6E. RGB value is (211,96,110). Sum of RGB (Red+Green+Blue) = 211+96+110=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D3606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3606E is #2C9F91. Grayscale: #848484. Windows color (decimal): -2924434 or 7233747. OLE color: 7233747.

HSL color Cylindrical-coordinate representation of color #D3606E: hue angle of 352.7º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3606E is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB21196110-
CMYK00.550.480.17
HSL352.7º56.65%60.2%-
HSV(B)352.7º54.5%82.75%-
XYZ33.8623.3417.47-
YUV131.98115.6184.36-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.60%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=50.60%
G=23.02%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119611000.550.480.17352.756.6560.2
HexD3606E0373011161393c
Octal32314015606760215417174
Binary1101001111000001101110011011111000010001101100001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3606E; }

 p { color: rgb(211,96,110); }

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

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

 a { background-color: rgb(211,96,110); }

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

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

 span { border-color: rgb(211,96,110); }

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