#CD4D4E

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

Shades of Mandy #CD4D4E

Tints of Mandy #CD4D4E

Color information

#CD4D4E (or 0xCD4D4E) is unknown color: approx Mandy. HEX triplet: CD, 4D and 4E. RGB value is (205,77,78). Sum of RGB (Red+Green+Blue) = 205+77+78=360 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.94% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD4D4E is #32B2B1. Grayscale: #737373. Windows color (decimal): -3322546 or 5131725. OLE color: 5131725.

HSL color Cylindrical-coordinate representation of color #CD4D4E: hue angle of 359.53º 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 #CD4D4E is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB2057778-
CMYK00.620.620.20
HSL359.53º56.14%55.29%-
HSV(B)359.53º62.44%80.39%-
XYZ29.2118.849.3-
YUV115.39106.91191.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.94%
GREEN value IS 77 (30.47% from 255) = 21.39%
BLUE value IS 78 (30.86% from 255) = 21.67%
R=56.94%
G=21.39%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205777800.620.620.20359.5356.1455.29
HexCD4D4E03E3E141683837
Octal31511511607676245507067
Binary1100110110011011001110011111011111010100101101000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4D4E; }

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

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

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

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

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

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

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

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