Shades of Mandy #CB4758
Tints of Mandy #CB4758
RGB
CMYK
RGB Variations
Color information
#CB4758 (or 0xCB4758) is known color: Mandy. HEX triplet: CB, 47 and 58. RGB value is (203,71,88). Sum of RGB (Red+Green+Blue) = 203+71+88=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4758 is #34B8A7. Grayscale: #707070. Windows color (decimal): -3455144 or 5785547. OLE color: 5785547.
HSL color Cylindrical-coordinate representation of color #CB4758: hue angle of 352.27º 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 #CB4758 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 88 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.20 |
| HSL | 352.27º | 0.56% | 0.54% | - |
| HSV(B) | 352.27º | 0.65% | 0.8% | - |
| XYZ | 28.64 | 17.91 | 11.18 | - |
| YUV | 112.41 | 114.23 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 88 | 0 | 0.65 | 0.57 | 0.20 | 352.27 | 0.56 | 0.54 |
| Hex | CB | 47 | 58 | 0 | 41 | 39 | 14 | 160 | 38 | 36 |
| Octal | 313 | 107 | 130 | 0 | 101 | 71 | 24 | 540 | 70 | 66 |
| Binary | 11001011 | 1000111 | 1011000 | 0 | 1000001 | 111001 | 10100 | 101100000 | 111000 | 110110 |
Color Harmonies of #CB4758
Complementary color
Monochromatic Colors of #CB4758
Black with #CB4758
Text Example
Text Example
White with #CB4758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4758; }
p { color: rgb(203,71,88); }
H1.HeaderClassName
{
color: #CB4758;
}
.AnyTagClassName
{
color: #CB4758;
}
</style>
background-color css
<style>
a { background-color: #CB4758; }
a { background-color: rgb(203,71,88); }
div.DivClassName
{
background-color: #CB4758;
}
.BgClassName
{
background-color: #CB4758;
}
</style>
border-color css
<style>
span { border-color: #CB4758; }
span { border-color: rgb(203,71,88); }
td.TdClassName
{
border-color: #CB4758;
}
.TagClassName
{
border-color: #CB4758;
}
</style>