#CD5B61

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

Shades of Mandy #CD5B61

Tints of Mandy #CD5B61

Color information

#CD5B61 (or 0xCD5B61) is unknown color: approx Mandy. HEX triplet: CD, 5B and 61. RGB value is (205,91,97). Sum of RGB (Red+Green+Blue) = 205+91+97=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5B61 is #32A49E. Grayscale: #7D7D7D. Windows color (decimal): -3318943 or 6380493. OLE color: 6380493.

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

Color convert

RGB2059197-
CMYK00.560.530.20
HSL356.84º53.27%58.04%-
HSV(B)356.84º55.61%80.39%-
XYZ31.0821.3213.79-
YUV125.77111.77184.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.16%
GREEN value IS 91 (35.94% from 255) = 23.16%
BLUE value IS 97 (38.28% from 255) = 24.68%
R=52.16%
G=23.16%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205919700.560.530.20356.8453.2758.04
HexCD5B610383514165353a
Octal31513314107065245456572
Binary1100110110110111100001011100011010110100101100101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5B61; }

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

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

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

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

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

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

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

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