#CD4C61

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

Shades of Mandy #CD4C61

Tints of Mandy #CD4C61

Color information

#CD4C61 (or 0xCD4C61) is unknown color: approx Mandy. HEX triplet: CD, 4C and 61. RGB value is (205,76,97). Sum of RGB (Red+Green+Blue) = 205+76+97=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4C61 is #32B39E. Grayscale: #757575. Windows color (decimal): -3322783 or 6376653. OLE color: 6376653.

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

Color convert

RGB2057697-
CMYK00.630.530.20
HSL350.23º56.33%55.1%-
HSV(B)350.23º62.93%80.39%-
XYZ29.9219.0113.4-
YUV116.96116.74190.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.23%
GREEN value IS 76 (30.08% from 255) = 20.11%
BLUE value IS 97 (38.28% from 255) = 25.66%
R=54.23%
G=20.11%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205769700.630.530.20350.2356.3355.1
HexCD4C6103F351415e3837
Octal31511414107765245367067
Binary1100110110011001100001011111111010110100101011110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4C61; }

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

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

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

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

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

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

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

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