Shades of Mandy #CB445E
Tints of Mandy #CB445E
RGB
CMYK
RGB Variations
Color information
#CB445E (or 0xCB445E) is known color: Mandy. HEX triplet: CB, 44 and 5E. RGB value is (203,68,94). Sum of RGB (Red+Green+Blue) = 203+68+94=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB445E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB445E is #34BBA1. Grayscale: #6F6F6F. Windows color (decimal): -3455906 or 6177995. OLE color: 6177995.
HSL color Cylindrical-coordinate representation of color #CB445E: hue angle of 348.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB445E is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 94 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.20 |
| HSL | 348.44º | 0.56% | 0.53% | - |
| HSV(B) | 348.44º | 0.67% | 0.8% | - |
| XYZ | 28.72 | 17.64 | 12.48 | - |
| YUV | 111.33 | 118.23 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 94 | 0 | 0.67 | 0.54 | 0.20 | 348.44 | 0.56 | 0.53 |
| Hex | CB | 44 | 5E | 0 | 43 | 36 | 14 | 15C | 38 | 35 |
| Octal | 313 | 104 | 136 | 0 | 103 | 66 | 24 | 534 | 70 | 65 |
| Binary | 11001011 | 1000100 | 1011110 | 0 | 1000011 | 110110 | 10100 | 101011100 | 111000 | 110101 |
Color Harmonies of #CB445E
Complementary color
Monochromatic Colors of #CB445E
Black with #CB445E
Text Example
Text Example
White with #CB445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB445E; }
p { color: rgb(203,68,94); }
H1.HeaderClassName
{
color: #CB445E;
}
.AnyTagClassName
{
color: #CB445E;
}
</style>
background-color css
<style>
a { background-color: #CB445E; }
a { background-color: rgb(203,68,94); }
div.DivClassName
{
background-color: #CB445E;
}
.BgClassName
{
background-color: #CB445E;
}
</style>
border-color css
<style>
span { border-color: #CB445E; }
span { border-color: rgb(203,68,94); }
td.TdClassName
{
border-color: #CB445E;
}
.TagClassName
{
border-color: #CB445E;
}
</style>