Shades of Mandy #CB424F
Tints of Mandy #CB424F
RGB
CMYK
RGB Variations
Color information
#CB424F (or 0xCB424F) is known color: Mandy. HEX triplet: CB, 42 and 4F. RGB value is (203,66,79). Sum of RGB (Red+Green+Blue) = 203+66+79=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB424F is #34BDB0. Grayscale: #6C6C6C. Windows color (decimal): -3456433 or 5194443. OLE color: 5194443.
HSL color Cylindrical-coordinate representation of color #CB424F: hue angle of 354.31º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB424F is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 79 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.20 |
| HSL | 354.31º | 0.57% | 0.53% | - |
| HSV(B) | 354.31º | 0.67% | 0.8% | - |
| XYZ | 27.99 | 17.16 | 9.23 | - |
| YUV | 108.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 79 | 0 | 0.67 | 0.61 | 0.20 | 354.31 | 0.57 | 0.53 |
| Hex | CB | 42 | 4F | 0 | 43 | 3D | 14 | 162 | 39 | 35 |
| Octal | 313 | 102 | 117 | 0 | 103 | 75 | 24 | 542 | 71 | 65 |
| Binary | 11001011 | 1000010 | 1001111 | 0 | 1000011 | 111101 | 10100 | 101100010 | 111001 | 110101 |
Color Harmonies of #CB424F
Complementary color
Monochromatic Colors of #CB424F
Black with #CB424F
Text Example
Text Example
White with #CB424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB424F; }
p { color: rgb(203,66,79); }
H1.HeaderClassName
{
color: #CB424F;
}
.AnyTagClassName
{
color: #CB424F;
}
</style>
background-color css
<style>
a { background-color: #CB424F; }
a { background-color: rgb(203,66,79); }
div.DivClassName
{
background-color: #CB424F;
}
.BgClassName
{
background-color: #CB424F;
}
</style>
border-color css
<style>
span { border-color: #CB424F; }
span { border-color: rgb(203,66,79); }
td.TdClassName
{
border-color: #CB424F;
}
.TagClassName
{
border-color: #CB424F;
}
</style>