Shades of Mandy #CB525D
Tints of Mandy #CB525D
RGB
CMYK
RGB Variations
Color information
#CB525D (or 0xCB525D) is known color: Mandy. HEX triplet: CB, 52 and 5D. RGB value is (203,82,93). Sum of RGB (Red+Green+Blue) = 203+82+93=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB525D is #34ADA2. Grayscale: #777777. Windows color (decimal): -3452323 or 6116043. OLE color: 6116043.
HSL color Cylindrical-coordinate representation of color #CB525D: hue angle of 354.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 #CB525D is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 93 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.20 |
| HSL | 354.55º | 0.54% | 0.56% | - |
| HSV(B) | 354.55º | 0.6% | 0.8% | - |
| XYZ | 29.62 | 19.52 | 12.56 | - |
| YUV | 119.43 | 113.09 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 93 | 0 | 0.60 | 0.54 | 0.20 | 354.55 | 0.54 | 0.56 |
| Hex | CB | 52 | 5D | 0 | 3C | 36 | 14 | 163 | 36 | 38 |
| Octal | 313 | 122 | 135 | 0 | 74 | 66 | 24 | 543 | 66 | 70 |
| Binary | 11001011 | 1010010 | 1011101 | 0 | 111100 | 110110 | 10100 | 101100011 | 110110 | 111000 |
Color Harmonies of #CB525D
Complementary color
Monochromatic Colors of #CB525D
Black with #CB525D
Text Example
Text Example
White with #CB525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB525D; }
p { color: rgb(203,82,93); }
H1.HeaderClassName
{
color: #CB525D;
}
.AnyTagClassName
{
color: #CB525D;
}
</style>
background-color css
<style>
a { background-color: #CB525D; }
a { background-color: rgb(203,82,93); }
div.DivClassName
{
background-color: #CB525D;
}
.BgClassName
{
background-color: #CB525D;
}
</style>
border-color css
<style>
span { border-color: #CB525D; }
span { border-color: rgb(203,82,93); }
td.TdClassName
{
border-color: #CB525D;
}
.TagClassName
{
border-color: #CB525D;
}
</style>