#D3606A

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

Shades of Cabaret #D3606A

Tints of Cabaret #D3606A

Color information

#D3606A (or 0xD3606A) is unknown color: approx Cabaret. HEX triplet: D3, 60 and 6A. RGB value is (211,96,106). Sum of RGB (Red+Green+Blue) = 211+96+106=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D3606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3606A is #2C9F95. Grayscale: #838383. Windows color (decimal): -2924438 or 6971603. OLE color: 6971603.

HSL color Cylindrical-coordinate representation of color #D3606A: hue angle of 354.78º 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 #D3606A is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB21196106-
CMYK00.550.500.17
HSL354.78º56.65%60.2%-
HSV(B)354.78º54.5%82.75%-
XYZ33.6523.2616.35-
YUV131.52113.6184.69-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.09%
GREEN value IS 96 (37.89% from 255) = 23.24%
BLUE value IS 106 (41.80% from 255) = 25.67%
R=51.09%
G=23.24%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119610600.550.500.17354.7856.6560.2
HexD3606A0373211163393c
Octal32314015206762215437174
Binary1101001111000001101010011011111001010001101100011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3606A; }

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

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

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

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

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

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

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

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