#CD5D61

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

Shades of Mandy #CD5D61

Tints of Mandy #CD5D61

Color information

#CD5D61 (or 0xCD5D61) is unknown color: approx Mandy. HEX triplet: CD, 5D and 61. RGB value is (205,93,97). Sum of RGB (Red+Green+Blue) = 205+93+97=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5D61 is #32A29E. Grayscale: #7F7F7F. Windows color (decimal): -3318431 or 6381005. OLE color: 6381005.

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

Color convert

RGB2059397-
CMYK00.550.530.20
HSL357.86º52.83%58.43%-
HSV(B)357.86º54.63%80.39%-
XYZ31.2521.6713.85-
YUV126.94111.11183.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.90%
GREEN value IS 93 (36.72% from 255) = 23.54%
BLUE value IS 97 (38.28% from 255) = 24.56%
R=51.90%
G=23.54%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205939700.550.530.20357.8652.8358.43
HexCD5D610373514166353a
Octal31513514106765245466572
Binary1100110110111011100001011011111010110100101100110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5D61; }

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

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

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

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

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

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

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

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