#CD4D61

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

Shades of Mandy #CD4D61

Tints of Mandy #CD4D61

Color information

#CD4D61 (or 0xCD4D61) is unknown color: approx Mandy. HEX triplet: CD, 4D and 61. RGB value is (205,77,97). Sum of RGB (Red+Green+Blue) = 205+77+97=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD4D61 is #32B29E. Grayscale: #757575. Windows color (decimal): -3322527 or 6376909. OLE color: 6376909.

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

Color convert

RGB2057797-
CMYK00.620.530.20
HSL350.62º56.14%55.29%-
HSV(B)350.62º62.44%80.39%-
XYZ29.9919.1513.43-
YUV117.55116.41190.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.09%
GREEN value IS 77 (30.47% from 255) = 20.32%
BLUE value IS 97 (38.28% from 255) = 25.59%
R=54.09%
G=20.32%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205779700.620.530.20350.6256.1455.29
HexCD4D6103E351415f3837
Octal31511514107665245377067
Binary1100110110011011100001011111011010110100101011111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4D61; }

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

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

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

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

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

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

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

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