Shades of Mandy #CB525F
Tints of Mandy #CB525F
RGB
CMYK
RGB Variations
Color information
#CB525F (or 0xCB525F) is known color: Mandy. HEX triplet: CB, 52 and 5F. RGB value is (203,82,95). Sum of RGB (Red+Green+Blue) = 203+82+95=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB525F is #34ADA0. Grayscale: #777777. Windows color (decimal): -3452321 or 6247115. OLE color: 6247115.
HSL color Cylindrical-coordinate representation of color #CB525F: hue angle of 353.55º degrees, saturation: 0.54, 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 #CB525F is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 95 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.20 |
| HSL | 353.55º | 0.54% | 0.56% | - |
| HSV(B) | 353.55º | 0.6% | 0.8% | - |
| XYZ | 29.71 | 19.56 | 13.04 | - |
| YUV | 119.66 | 114.09 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 95 | 0 | 0.60 | 0.53 | 0.20 | 353.55 | 0.54 | 0.56 |
| Hex | CB | 52 | 5F | 0 | 3C | 35 | 14 | 162 | 36 | 38 |
| Octal | 313 | 122 | 137 | 0 | 74 | 65 | 24 | 542 | 66 | 70 |
| Binary | 11001011 | 1010010 | 1011111 | 0 | 111100 | 110101 | 10100 | 101100010 | 110110 | 111000 |
Color Harmonies of #CB525F
Complementary color
Monochromatic Colors of #CB525F
Black with #CB525F
Text Example
Text Example
White with #CB525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB525F; }
p { color: rgb(203,82,95); }
H1.HeaderClassName
{
color: #CB525F;
}
.AnyTagClassName
{
color: #CB525F;
}
</style>
background-color css
<style>
a { background-color: #CB525F; }
a { background-color: rgb(203,82,95); }
div.DivClassName
{
background-color: #CB525F;
}
.BgClassName
{
background-color: #CB525F;
}
</style>
border-color css
<style>
span { border-color: #CB525F; }
span { border-color: rgb(203,82,95); }
td.TdClassName
{
border-color: #CB525F;
}
.TagClassName
{
border-color: #CB525F;
}
</style>