#CD4D50

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

Shades of Mandy #CD4D50

Tints of Mandy #CD4D50

Color information

#CD4D50 (or 0xCD4D50) is unknown color: approx Mandy. HEX triplet: CD, 4D and 50. RGB value is (205,77,80). Sum of RGB (Red+Green+Blue) = 205+77+80=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD4D50 is #32B2AF. Grayscale: #737373. Windows color (decimal): -3322544 or 5262797. OLE color: 5262797.

HSL color Cylindrical-coordinate representation of color #CD4D50: hue angle of 358.59º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD4D50 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB2057780-
CMYK00.620.610.20
HSL358.59º56.14%55.29%-
HSV(B)358.59º62.44%80.39%-
XYZ29.2818.879.69-
YUV115.61107.91191.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.63%
GREEN value IS 77 (30.47% from 255) = 21.27%
BLUE value IS 80 (31.64% from 255) = 22.10%
R=56.63%
G=21.27%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205778000.620.610.20358.5956.1455.29
HexCD4D5003E3D141673837
Octal31511512007675245477067
Binary1100110110011011010000011111011110110100101100111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4D50; }

 p { color: rgb(205,77,80); }

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

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

 a { background-color: rgb(205,77,80); }

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

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

 span { border-color: rgb(205,77,80); }

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