Shades of Mandy #CB424A
Tints of Mandy #CB424A
RGB
CMYK
RGB Variations
Color information
#CB424A (or 0xCB424A) is known color: Mandy. HEX triplet: CB, 42 and 4A. RGB value is (203,66,74). Sum of RGB (Red+Green+Blue) = 203+66+74=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB424A is #34BDB5. Grayscale: #6B6B6B. Windows color (decimal): -3456438 or 4866763. OLE color: 4866763.
HSL color Cylindrical-coordinate representation of color #CB424A: hue angle of 356.5º 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 #CB424A is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 74 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.20 |
| HSL | 356.5º | 0.57% | 0.53% | - |
| HSV(B) | 356.5º | 0.67% | 0.8% | - |
| XYZ | 27.81 | 17.09 | 8.31 | - |
| YUV | 107.88 | 108.89 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 74 | 0 | 0.67 | 0.64 | 0.20 | 356.5 | 0.57 | 0.53 |
| Hex | CB | 42 | 4A | 0 | 43 | 40 | 14 | 164 | 39 | 35 |
| Octal | 313 | 102 | 112 | 0 | 103 | 100 | 24 | 544 | 71 | 65 |
| Binary | 11001011 | 1000010 | 1001010 | 0 | 1000011 | 1000000 | 10100 | 101100100 | 111001 | 110101 |
Color Harmonies of #CB424A
Complementary color
Monochromatic Colors of #CB424A
Black with #CB424A
Text Example
Text Example
White with #CB424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB424A; }
p { color: rgb(203,66,74); }
H1.HeaderClassName
{
color: #CB424A;
}
.AnyTagClassName
{
color: #CB424A;
}
</style>
background-color css
<style>
a { background-color: #CB424A; }
a { background-color: rgb(203,66,74); }
div.DivClassName
{
background-color: #CB424A;
}
.BgClassName
{
background-color: #CB424A;
}
</style>
border-color css
<style>
span { border-color: #CB424A; }
span { border-color: rgb(203,66,74); }
td.TdClassName
{
border-color: #CB424A;
}
.TagClassName
{
border-color: #CB424A;
}
</style>