#D35674

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

Shades of Cabaret #D35674

Tints of Cabaret #D35674

Color information

#D35674 (or 0xD35674) is unknown color: approx Cabaret. HEX triplet: D3, 56 and 74. RGB value is (211,86,116). Sum of RGB (Red+Green+Blue) = 211+86+116=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D35674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35674 is #2CA98B. Grayscale: #7E7E7E. Windows color (decimal): -2926988 or 7624403. OLE color: 7624403.

HSL color Cylindrical-coordinate representation of color #D35674: hue angle of 345.6º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D35674 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB21186116-
CMYK00.590.450.17
HSL345.6º58.69%58.24%-
HSV(B)345.6º59.24%82.75%-
XYZ33.3421.7718.97-
YUV126.8121.91188.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.09%
GREEN value IS 86 (33.98% from 255) = 20.82%
BLUE value IS 116 (45.70% from 255) = 28.09%
R=51.09%
G=20.82%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118611600.590.450.17345.658.6958.24
HexD3567403B2D1115a3b3a
Octal32312616407355215327372
Binary1101001110101101110100011101110110110001101011010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35674; }

 p { color: rgb(211,86,116); }

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

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

 a { background-color: rgb(211,86,116); }

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

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

 span { border-color: rgb(211,86,116); }

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