#CD4760

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

Shades of Mandy #CD4760

Tints of Mandy #CD4760

Color information

#CD4760 (or 0xCD4760) is unknown color: approx Mandy. HEX triplet: CD, 47 and 60. RGB value is (205,71,96). Sum of RGB (Red+Green+Blue) = 205+71+96=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4760 is #32B89F. Grayscale: #717171. Windows color (decimal): -3324064 or 6309837. OLE color: 6309837.

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

Color convert

RGB2057196-
CMYK00.650.530.20
HSL348.81º57.26%54.12%-
HSV(B)348.81º65.37%80.39%-
XYZ29.5418.3313.05-
YUV113.92117.89192.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.11%
GREEN value IS 71 (28.12% from 255) = 19.09%
BLUE value IS 96 (37.89% from 255) = 25.81%
R=55.11%
G=19.09%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205719600.650.530.20348.8157.2654.12
HexCD4760041351415d3936
Octal315107140010165245357166
Binary11001101100011111000000100000111010110100101011101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4760; }

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

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

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

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

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

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

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

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