Shades of Mandy #CB4752
Tints of Mandy #CB4752
RGB
CMYK
RGB Variations
Color information
#CB4752 (or 0xCB4752) is known color: Mandy. HEX triplet: CB, 47 and 52. RGB value is (203,71,82). Sum of RGB (Red+Green+Blue) = 203+71+82=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4752 is #34B8AD. Grayscale: #6F6F6F. Windows color (decimal): -3455150 or 5392331. OLE color: 5392331.
HSL color Cylindrical-coordinate representation of color #CB4752: hue angle of 355º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB4752 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 82 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.20 |
| HSL | 355º | 0.56% | 0.54% | - |
| HSV(B) | 355º | 0.65% | 0.8% | - |
| XYZ | 28.4 | 17.81 | 9.92 | - |
| YUV | 111.72 | 111.23 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 82 | 0 | 0.65 | 0.60 | 0.20 | 355 | 0.56 | 0.54 |
| Hex | CB | 47 | 52 | 0 | 41 | 3C | 14 | 163 | 38 | 36 |
| Octal | 313 | 107 | 122 | 0 | 101 | 74 | 24 | 543 | 70 | 66 |
| Binary | 11001011 | 1000111 | 1010010 | 0 | 1000001 | 111100 | 10100 | 101100011 | 111000 | 110110 |
Color Harmonies of #CB4752
Complementary color
Monochromatic Colors of #CB4752
Black with #CB4752
Text Example
Text Example
White with #CB4752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4752; }
p { color: rgb(203,71,82); }
H1.HeaderClassName
{
color: #CB4752;
}
.AnyTagClassName
{
color: #CB4752;
}
</style>
background-color css
<style>
a { background-color: #CB4752; }
a { background-color: rgb(203,71,82); }
div.DivClassName
{
background-color: #CB4752;
}
.BgClassName
{
background-color: #CB4752;
}
</style>
border-color css
<style>
span { border-color: #CB4752; }
span { border-color: rgb(203,71,82); }
td.TdClassName
{
border-color: #CB4752;
}
.TagClassName
{
border-color: #CB4752;
}
</style>