Shades of Mandy #CB4952
Tints of Mandy #CB4952
RGB
CMYK
RGB Variations
Color information
#CB4952 (or 0xCB4952) is known color: Mandy. HEX triplet: CB, 49 and 52. RGB value is (203,73,82). Sum of RGB (Red+Green+Blue) = 203+73+82=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4952 is #34B6AD. Grayscale: #707070. Windows color (decimal): -3454638 or 5392843. OLE color: 5392843.
HSL color Cylindrical-coordinate representation of color #CB4952: hue angle of 355.85º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4952 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 82 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.20 |
| HSL | 355.85º | 0.56% | 0.54% | - |
| HSV(B) | 355.85º | 0.64% | 0.8% | - |
| XYZ | 28.53 | 18.07 | 9.97 | - |
| YUV | 112.9 | 110.57 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 82 | 0 | 0.64 | 0.60 | 0.20 | 355.85 | 0.56 | 0.54 |
| Hex | CB | 49 | 52 | 0 | 40 | 3C | 14 | 164 | 38 | 36 |
| Octal | 313 | 111 | 122 | 0 | 100 | 74 | 24 | 544 | 70 | 66 |
| Binary | 11001011 | 1001001 | 1010010 | 0 | 1000000 | 111100 | 10100 | 101100100 | 111000 | 110110 |
Color Harmonies of #CB4952
Complementary color
Monochromatic Colors of #CB4952
Black with #CB4952
Text Example
Text Example
White with #CB4952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4952; }
p { color: rgb(203,73,82); }
H1.HeaderClassName
{
color: #CB4952;
}
.AnyTagClassName
{
color: #CB4952;
}
</style>
background-color css
<style>
a { background-color: #CB4952; }
a { background-color: rgb(203,73,82); }
div.DivClassName
{
background-color: #CB4952;
}
.BgClassName
{
background-color: #CB4952;
}
</style>
border-color css
<style>
span { border-color: #CB4952; }
span { border-color: rgb(203,73,82); }
td.TdClassName
{
border-color: #CB4952;
}
.TagClassName
{
border-color: #CB4952;
}
</style>