Shades of Mandy #CB474E
Tints of Mandy #CB474E
RGB
CMYK
RGB Variations
Color information
#CB474E (or 0xCB474E) is known color: Mandy. HEX triplet: CB, 47 and 4E. RGB value is (203,71,78). Sum of RGB (Red+Green+Blue) = 203+71+78=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB474E is #34B8B1. Grayscale: #6F6F6F. Windows color (decimal): -3455154 or 5130187. OLE color: 5130187.
HSL color Cylindrical-coordinate representation of color #CB474E: hue angle of 356.82º 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 #CB474E is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 78 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.20 |
| HSL | 356.82º | 0.56% | 0.54% | - |
| HSV(B) | 356.82º | 0.65% | 0.8% | - |
| XYZ | 28.26 | 17.75 | 9.15 | - |
| YUV | 111.27 | 109.23 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 78 | 0 | 0.65 | 0.62 | 0.20 | 356.82 | 0.56 | 0.54 |
| Hex | CB | 47 | 4E | 0 | 41 | 3E | 14 | 165 | 38 | 36 |
| Octal | 313 | 107 | 116 | 0 | 101 | 76 | 24 | 545 | 70 | 66 |
| Binary | 11001011 | 1000111 | 1001110 | 0 | 1000001 | 111110 | 10100 | 101100101 | 111000 | 110110 |
Color Harmonies of #CB474E
Complementary color
Monochromatic Colors of #CB474E
Black with #CB474E
Text Example
Text Example
White with #CB474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB474E; }
p { color: rgb(203,71,78); }
H1.HeaderClassName
{
color: #CB474E;
}
.AnyTagClassName
{
color: #CB474E;
}
</style>
background-color css
<style>
a { background-color: #CB474E; }
a { background-color: rgb(203,71,78); }
div.DivClassName
{
background-color: #CB474E;
}
.BgClassName
{
background-color: #CB474E;
}
</style>
border-color css
<style>
span { border-color: #CB474E; }
span { border-color: rgb(203,71,78); }
td.TdClassName
{
border-color: #CB474E;
}
.TagClassName
{
border-color: #CB474E;
}
</style>