Shades of Mandy #CB4552
Tints of Mandy #CB4552
RGB
CMYK
RGB Variations
Color information
#CB4552 (or 0xCB4552) is known color: Mandy. HEX triplet: CB, 45 and 52. RGB value is (203,69,82). Sum of RGB (Red+Green+Blue) = 203+69+82=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4552 is #34BAAD. Grayscale: #6E6E6E. Windows color (decimal): -3455662 or 5391819. OLE color: 5391819.
HSL color Cylindrical-coordinate representation of color #CB4552: hue angle of 354.18º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4552 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 82 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.20 |
| HSL | 354.18º | 0.56% | 0.53% | - |
| HSV(B) | 354.18º | 0.66% | 0.8% | - |
| XYZ | 28.28 | 17.56 | 9.88 | - |
| YUV | 110.55 | 111.89 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 82 | 0 | 0.66 | 0.60 | 0.20 | 354.18 | 0.56 | 0.53 |
| Hex | CB | 45 | 52 | 0 | 42 | 3C | 14 | 162 | 38 | 35 |
| Octal | 313 | 105 | 122 | 0 | 102 | 74 | 24 | 542 | 70 | 65 |
| Binary | 11001011 | 1000101 | 1010010 | 0 | 1000010 | 111100 | 10100 | 101100010 | 111000 | 110101 |
Color Harmonies of #CB4552
Complementary color
Monochromatic Colors of #CB4552
Black with #CB4552
Text Example
Text Example
White with #CB4552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4552; }
p { color: rgb(203,69,82); }
H1.HeaderClassName
{
color: #CB4552;
}
.AnyTagClassName
{
color: #CB4552;
}
</style>
background-color css
<style>
a { background-color: #CB4552; }
a { background-color: rgb(203,69,82); }
div.DivClassName
{
background-color: #CB4552;
}
.BgClassName
{
background-color: #CB4552;
}
</style>
border-color css
<style>
span { border-color: #CB4552; }
span { border-color: rgb(203,69,82); }
td.TdClassName
{
border-color: #CB4552;
}
.TagClassName
{
border-color: #CB4552;
}
</style>