#D45665

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

Shades of Cabaret #D45665

Tints of Cabaret #D45665

Color information

#D45665 (or 0xD45665) is unknown color: approx Cabaret. HEX triplet: D4, 56 and 65. RGB value is (212,86,101). Sum of RGB (Red+Green+Blue) = 212+86+101=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D45665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45665 is #2BA99A. Grayscale: #7D7D7D. Windows color (decimal): -2861467 or 6641364. OLE color: 6641364.

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

Color convert

RGB21286101-
CMYK00.590.520.17
HSL352.86º59.43%58.43%-
HSV(B)352.86º59.43%83.14%-
XYZ32.8321.5914.75-
YUV125.38114.24189.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.13%
GREEN value IS 86 (33.98% from 255) = 21.55%
BLUE value IS 101 (39.84% from 255) = 25.31%
R=53.13%
G=21.55%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128610100.590.520.17352.8659.4358.43
HexD4566503B34111613b3a
Octal32412614507364215417372
Binary1101010010101101100101011101111010010001101100001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45665; }

 p { color: rgb(212,86,101); }

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

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

 a { background-color: rgb(212,86,101); }

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

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

 span { border-color: rgb(212,86,101); }

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