#CD4F61

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

Shades of Mandy #CD4F61

Tints of Mandy #CD4F61

Color information

#CD4F61 (or 0xCD4F61) is unknown color: approx Mandy. HEX triplet: CD, 4F and 61. RGB value is (205,79,97). Sum of RGB (Red+Green+Blue) = 205+79+97=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD4F61 is #32B09E. Grayscale: #767676. Windows color (decimal): -3322015 or 6377421. OLE color: 6377421.

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

Color convert

RGB2057997-
CMYK00.610.530.20
HSL351.43º55.75%55.69%-
HSV(B)351.43º61.46%80.39%-
XYZ30.1319.4313.47-
YUV118.73115.74189.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.81%
GREEN value IS 79 (31.25% from 255) = 20.73%
BLUE value IS 97 (38.28% from 255) = 25.46%
R=53.81%
G=20.73%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205799700.610.530.20351.4355.7555.69
HexCD4F6103D351415f3838
Octal31511714107565245377070
Binary1100110110011111100001011110111010110100101011111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4F61; }

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

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

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

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

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

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

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

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