Shades of Mandy #CB525B
Tints of Mandy #CB525B
RGB
CMYK
RGB Variations
Color information
#CB525B (or 0xCB525B) is known color: Mandy. HEX triplet: CB, 52 and 5B. RGB value is (203,82,91). Sum of RGB (Red+Green+Blue) = 203+82+91=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB525B is #34ADA4. Grayscale: #777777. Windows color (decimal): -3452325 or 5984971. OLE color: 5984971.
HSL color Cylindrical-coordinate representation of color #CB525B: hue angle of 355.54º 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 #CB525B is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 91 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.20 |
| HSL | 355.54º | 0.54% | 0.56% | - |
| HSV(B) | 355.54º | 0.6% | 0.8% | - |
| XYZ | 29.53 | 19.49 | 12.1 | - |
| YUV | 119.21 | 112.09 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 91 | 0 | 0.60 | 0.55 | 0.20 | 355.54 | 0.54 | 0.56 |
| Hex | CB | 52 | 5B | 0 | 3C | 37 | 14 | 164 | 36 | 38 |
| Octal | 313 | 122 | 133 | 0 | 74 | 67 | 24 | 544 | 66 | 70 |
| Binary | 11001011 | 1010010 | 1011011 | 0 | 111100 | 110111 | 10100 | 101100100 | 110110 | 111000 |
Color Harmonies of #CB525B
Complementary color
Monochromatic Colors of #CB525B
Black with #CB525B
Text Example
Text Example
White with #CB525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB525B; }
p { color: rgb(203,82,91); }
H1.HeaderClassName
{
color: #CB525B;
}
.AnyTagClassName
{
color: #CB525B;
}
</style>
background-color css
<style>
a { background-color: #CB525B; }
a { background-color: rgb(203,82,91); }
div.DivClassName
{
background-color: #CB525B;
}
.BgClassName
{
background-color: #CB525B;
}
</style>
border-color css
<style>
span { border-color: #CB525B; }
span { border-color: rgb(203,82,91); }
td.TdClassName
{
border-color: #CB525B;
}
.TagClassName
{
border-color: #CB525B;
}
</style>