Shades of Mandy #CB404E
Tints of Mandy #CB404E
RGB
CMYK
RGB Variations
Color information
#CB404E (or 0xCB404E) is known color: Mandy. HEX triplet: CB, 40 and 4E. RGB value is (203,64,78). Sum of RGB (Red+Green+Blue) = 203+64+78=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB404E is #34BFB1. Grayscale: #6B6B6B. Windows color (decimal): -3456946 or 5128395. OLE color: 5128395.
HSL color Cylindrical-coordinate representation of color #CB404E: hue angle of 353.96º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB404E is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 78 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.20 |
| HSL | 353.96º | 0.57% | 0.52% | - |
| HSV(B) | 353.96º | 0.68% | 0.8% | - |
| XYZ | 27.84 | 16.91 | 9.01 | - |
| YUV | 107.16 | 111.55 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 78 | 0 | 0.68 | 0.62 | 0.20 | 353.96 | 0.57 | 0.52 |
| Hex | CB | 40 | 4E | 0 | 44 | 3E | 14 | 162 | 39 | 34 |
| Octal | 313 | 100 | 116 | 0 | 104 | 76 | 24 | 542 | 71 | 64 |
| Binary | 11001011 | 1000000 | 1001110 | 0 | 1000100 | 111110 | 10100 | 101100010 | 111001 | 110100 |
Color Harmonies of #CB404E
Complementary color
Monochromatic Colors of #CB404E
Black with #CB404E
Text Example
Text Example
White with #CB404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB404E; }
p { color: rgb(203,64,78); }
H1.HeaderClassName
{
color: #CB404E;
}
.AnyTagClassName
{
color: #CB404E;
}
</style>
background-color css
<style>
a { background-color: #CB404E; }
a { background-color: rgb(203,64,78); }
div.DivClassName
{
background-color: #CB404E;
}
.BgClassName
{
background-color: #CB404E;
}
</style>
border-color css
<style>
span { border-color: #CB404E; }
span { border-color: rgb(203,64,78); }
td.TdClassName
{
border-color: #CB404E;
}
.TagClassName
{
border-color: #CB404E;
}
</style>