#D05A5C

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

Shades of Mandy #D05A5C

Tints of Mandy #D05A5C

Color information

#D05A5C (or 0xD05A5C) is unknown color: approx Mandy. HEX triplet: D0, 5A and 5C. RGB value is (208,90,92). Sum of RGB (Red+Green+Blue) = 208+90+92=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05A5C is #2FA5A3. Grayscale: #7D7D7D. Windows color (decimal): -3122596 or 6052560. OLE color: 6052560.

HSL color Cylindrical-coordinate representation of color #D05A5C: hue angle of 358.98º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05A5C is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB2089092-
CMYK00.570.560.18
HSL358.98º55.66%58.43%-
HSV(B)358.98º56.73%81.57%-
XYZ31.621.4912.61-
YUV125.51109.09186.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.33%
GREEN value IS 90 (35.55% from 255) = 23.08%
BLUE value IS 92 (36.33% from 255) = 23.59%
R=53.33%
G=23.08%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208909200.570.560.18358.9855.6658.43
HexD05A5C0393812167383a
Octal32013213407170225477072
Binary1101000010110101011100011100111100010010101100111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05A5C; }

 p { color: rgb(208,90,92); }

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

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

 a { background-color: rgb(208,90,92); }

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

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

 span { border-color: rgb(208,90,92); }

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