Shades of Mandy #CD525B
Tints of Mandy #CD525B
RGB
CMYK
RGB Variations
Color information
#CD525B (or 0xCD525B) is known color: Mandy. HEX triplet: CD, 52 and 5B. RGB value is (205,82,91). Sum of RGB (Red+Green+Blue) = 205+82+91=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD525B is #32ADA4. Grayscale: #777777. Windows color (decimal): -3321253 or 5984973. OLE color: 5984973.
HSL color Cylindrical-coordinate representation of color #CD525B: hue angle of 355.61º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD525B is Cyan = 0, Magento = 0.6, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 82 | 91 | - |
CMYK | 0 | 0.6 | 0.56 | 0.20 |
HSL | 355.61º | 0.55% | 0.56% | - |
HSV(B) | 355.61º | 0.6% | 0.8% | - |
XYZ | 30.08 | 19.77 | 12.13 | - |
YUV | 119.8 | 111.75 | 188.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 82 | 91 | 0 | 0.6 | 0.56 | 0.20 | 355.61 | 0.55 | 0.56 |
Hex | CD | 52 | 5B | 0 | 3C | 38 | 14 | 164 | 37 | 38 |
Octal | 315 | 122 | 133 | 0 | 74 | 70 | 24 | 544 | 67 | 70 |
Binary | 11001101 | 1010010 | 1011011 | 0 | 111100 | 111000 | 10100 | 101100100 | 110111 | 111000 |
Color Harmonies of #CD525B
Complementary color
Monochromatic Colors of #CD525B
Black with #CD525B
Text Example
Text Example
White with #CD525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD525B; }
p { color: rgb(205,82,91); }
H1.HeaderClassName
{
color: #CD525B;
}
.AnyTagClassName
{
color: #CD525B;
}
</style>
background-color css
<style>
a { background-color: #CD525B; }
a { background-color: rgb(205,82,91); }
div.DivClassName
{
background-color: #CD525B;
}
.BgClassName
{
background-color: #CD525B;
}
</style>
border-color css
<style>
span { border-color: #CD525B; }
span { border-color: rgb(205,82,91); }
td.TdClassName
{
border-color: #CD525B;
}
.TagClassName
{
border-color: #CD525B;
}
</style>