Shades of Mandy #CB474C
Tints of Mandy #CB474C
RGB
CMYK
RGB Variations
Color information
#CB474C (or 0xCB474C) is known color: Mandy. HEX triplet: CB, 47 and 4C. RGB value is (203,71,76). Sum of RGB (Red+Green+Blue) = 203+71+76=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB474C is #34B8B3. Grayscale: #6F6F6F. Windows color (decimal): -3455156 or 4999115. OLE color: 4999115.
HSL color Cylindrical-coordinate representation of color #CB474C: hue angle of 357.73º 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 #CB474C is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 76 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.20 |
| HSL | 357.73º | 0.56% | 0.54% | - |
| HSV(B) | 357.73º | 0.65% | 0.8% | - |
| XYZ | 28.19 | 17.72 | 8.77 | - |
| YUV | 111.04 | 108.23 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 76 | 0 | 0.65 | 0.63 | 0.20 | 357.73 | 0.56 | 0.54 |
| Hex | CB | 47 | 4C | 0 | 41 | 3F | 14 | 166 | 38 | 36 |
| Octal | 313 | 107 | 114 | 0 | 101 | 77 | 24 | 546 | 70 | 66 |
| Binary | 11001011 | 1000111 | 1001100 | 0 | 1000001 | 111111 | 10100 | 101100110 | 111000 | 110110 |
Color Harmonies of #CB474C
Complementary color
Monochromatic Colors of #CB474C
Black with #CB474C
Text Example
Text Example
White with #CB474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB474C; }
p { color: rgb(203,71,76); }
H1.HeaderClassName
{
color: #CB474C;
}
.AnyTagClassName
{
color: #CB474C;
}
</style>
background-color css
<style>
a { background-color: #CB474C; }
a { background-color: rgb(203,71,76); }
div.DivClassName
{
background-color: #CB474C;
}
.BgClassName
{
background-color: #CB474C;
}
</style>
border-color css
<style>
span { border-color: #CB474C; }
span { border-color: rgb(203,71,76); }
td.TdClassName
{
border-color: #CB474C;
}
.TagClassName
{
border-color: #CB474C;
}
</style>