Shades of Mandy #CB475A
Tints of Mandy #CB475A
RGB
CMYK
RGB Variations
Color information
#CB475A (or 0xCB475A) is known color: Mandy. HEX triplet: CB, 47 and 5A. RGB value is (203,71,90). Sum of RGB (Red+Green+Blue) = 203+71+90=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB475A is #34B8A5. Grayscale: #707070. Windows color (decimal): -3455142 or 5916619. OLE color: 5916619.
HSL color Cylindrical-coordinate representation of color #CB475A: hue angle of 351.36º 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 #CB475A is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 90 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.20 |
| HSL | 351.36º | 0.56% | 0.54% | - |
| HSV(B) | 351.36º | 0.65% | 0.8% | - |
| XYZ | 28.73 | 17.94 | 11.62 | - |
| YUV | 112.63 | 115.23 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 90 | 0 | 0.65 | 0.56 | 0.20 | 351.36 | 0.56 | 0.54 |
| Hex | CB | 47 | 5A | 0 | 41 | 38 | 14 | 15F | 38 | 36 |
| Octal | 313 | 107 | 132 | 0 | 101 | 70 | 24 | 537 | 70 | 66 |
| Binary | 11001011 | 1000111 | 1011010 | 0 | 1000001 | 111000 | 10100 | 101011111 | 111000 | 110110 |
Color Harmonies of #CB475A
Complementary color
Monochromatic Colors of #CB475A
Black with #CB475A
Text Example
Text Example
White with #CB475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB475A; }
p { color: rgb(203,71,90); }
H1.HeaderClassName
{
color: #CB475A;
}
.AnyTagClassName
{
color: #CB475A;
}
</style>
background-color css
<style>
a { background-color: #CB475A; }
a { background-color: rgb(203,71,90); }
div.DivClassName
{
background-color: #CB475A;
}
.BgClassName
{
background-color: #CB475A;
}
</style>
border-color css
<style>
span { border-color: #CB475A; }
span { border-color: rgb(203,71,90); }
td.TdClassName
{
border-color: #CB475A;
}
.TagClassName
{
border-color: #CB475A;
}
</style>