#CD4F60

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

Shades of Mandy #CD4F60

Tints of Mandy #CD4F60

Color information

#CD4F60 (or 0xCD4F60) is unknown color: approx Mandy. HEX triplet: CD, 4F and 60. RGB value is (205,79,96). Sum of RGB (Red+Green+Blue) = 205+79+96=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD4F60 is #32B09F. Grayscale: #767676. Windows color (decimal): -3322016 or 6311885. OLE color: 6311885.

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

Color convert

RGB2057996-
CMYK00.610.530.20
HSL351.9º55.75%55.69%-
HSV(B)351.9º61.46%80.39%-
XYZ30.0819.4213.23-
YUV118.61115.24189.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.95%
GREEN value IS 79 (31.25% from 255) = 20.79%
BLUE value IS 96 (37.89% from 255) = 25.26%
R=53.95%
G=20.79%
B=25.26%

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
Decimal205799600.610.530.20351.955.7555.69
HexCD4F6003D35141603838
Octal31511714007565245407070
Binary1100110110011111100000011110111010110100101100000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4F60; }

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

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

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

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

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

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

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

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