Shades of Mandy #CB475D
Tints of Mandy #CB475D
RGB
CMYK
RGB Variations
Color information
#CB475D (or 0xCB475D) is known color: Mandy. HEX triplet: CB, 47 and 5D. RGB value is (203,71,93). Sum of RGB (Red+Green+Blue) = 203+71+93=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB475D is #34B8A2. Grayscale: #717171. Windows color (decimal): -3455139 or 6113227. OLE color: 6113227.
HSL color Cylindrical-coordinate representation of color #CB475D: hue angle of 350º 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 #CB475D is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 93 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.20 |
| HSL | 350º | 0.56% | 0.54% | - |
| HSV(B) | 350º | 0.65% | 0.8% | - |
| XYZ | 28.86 | 17.99 | 12.31 | - |
| YUV | 112.98 | 116.73 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 93 | 0 | 0.65 | 0.54 | 0.20 | 350 | 0.56 | 0.54 |
| Hex | CB | 47 | 5D | 0 | 41 | 36 | 14 | 15E | 38 | 36 |
| Octal | 313 | 107 | 135 | 0 | 101 | 66 | 24 | 536 | 70 | 66 |
| Binary | 11001011 | 1000111 | 1011101 | 0 | 1000001 | 110110 | 10100 | 101011110 | 111000 | 110110 |
Color Harmonies of #CB475D
Complementary color
Monochromatic Colors of #CB475D
Black with #CB475D
Text Example
Text Example
White with #CB475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB475D; }
p { color: rgb(203,71,93); }
H1.HeaderClassName
{
color: #CB475D;
}
.AnyTagClassName
{
color: #CB475D;
}
</style>
background-color css
<style>
a { background-color: #CB475D; }
a { background-color: rgb(203,71,93); }
div.DivClassName
{
background-color: #CB475D;
}
.BgClassName
{
background-color: #CB475D;
}
</style>
border-color css
<style>
span { border-color: #CB475D; }
span { border-color: rgb(203,71,93); }
td.TdClassName
{
border-color: #CB475D;
}
.TagClassName
{
border-color: #CB475D;
}
</style>