Shades of Mandy #CB404F
Tints of Mandy #CB404F
RGB
CMYK
RGB Variations
Color information
#CB404F (or 0xCB404F) is known color: Mandy. HEX triplet: CB, 40 and 4F. RGB value is (203,64,79). Sum of RGB (Red+Green+Blue) = 203+64+79=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB404F is #34BFB0. Grayscale: #6B6B6B. Windows color (decimal): -3456945 or 5193931. OLE color: 5193931.
HSL color Cylindrical-coordinate representation of color #CB404F: hue angle of 353.53º 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 #CB404F is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 79 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.20 |
| HSL | 353.53º | 0.57% | 0.52% | - |
| HSV(B) | 353.53º | 0.68% | 0.8% | - |
| XYZ | 27.87 | 16.93 | 9.2 | - |
| YUV | 107.27 | 112.05 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 79 | 0 | 0.68 | 0.61 | 0.20 | 353.53 | 0.57 | 0.52 |
| Hex | CB | 40 | 4F | 0 | 44 | 3D | 14 | 162 | 39 | 34 |
| Octal | 313 | 100 | 117 | 0 | 104 | 75 | 24 | 542 | 71 | 64 |
| Binary | 11001011 | 1000000 | 1001111 | 0 | 1000100 | 111101 | 10100 | 101100010 | 111001 | 110100 |
Color Harmonies of #CB404F
Complementary color
Monochromatic Colors of #CB404F
Black with #CB404F
Text Example
Text Example
White with #CB404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB404F; }
p { color: rgb(203,64,79); }
H1.HeaderClassName
{
color: #CB404F;
}
.AnyTagClassName
{
color: #CB404F;
}
</style>
background-color css
<style>
a { background-color: #CB404F; }
a { background-color: rgb(203,64,79); }
div.DivClassName
{
background-color: #CB404F;
}
.BgClassName
{
background-color: #CB404F;
}
</style>
border-color css
<style>
span { border-color: #CB404F; }
span { border-color: rgb(203,64,79); }
td.TdClassName
{
border-color: #CB404F;
}
.TagClassName
{
border-color: #CB404F;
}
</style>