Shades of Mandy #CB4448
Tints of Mandy #CB4448
RGB
CMYK
RGB Variations
Color information
#CB4448 (or 0xCB4448) is known color: Mandy. HEX triplet: CB, 44 and 48. RGB value is (203,68,72). Sum of RGB (Red+Green+Blue) = 203+68+72=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4448 is #34BBB7. Grayscale: #6C6C6C. Windows color (decimal): -3455928 or 4736203. OLE color: 4736203.
HSL color Cylindrical-coordinate representation of color #CB4448: hue angle of 358.22º degrees, saturation: 0.56, 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 #CB4448 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 72 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.20 |
| HSL | 358.22º | 0.56% | 0.53% | - |
| HSV(B) | 358.22º | 0.67% | 0.8% | - |
| XYZ | 27.87 | 17.3 | 8 | - |
| YUV | 108.82 | 107.23 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 72 | 0 | 0.67 | 0.65 | 0.20 | 358.22 | 0.56 | 0.53 |
| Hex | CB | 44 | 48 | 0 | 43 | 41 | 14 | 166 | 38 | 35 |
| Octal | 313 | 104 | 110 | 0 | 103 | 101 | 24 | 546 | 70 | 65 |
| Binary | 11001011 | 1000100 | 1001000 | 0 | 1000011 | 1000001 | 10100 | 101100110 | 111000 | 110101 |
Color Harmonies of #CB4448
Complementary color
Monochromatic Colors of #CB4448
Black with #CB4448
Text Example
Text Example
White with #CB4448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4448; }
p { color: rgb(203,68,72); }
H1.HeaderClassName
{
color: #CB4448;
}
.AnyTagClassName
{
color: #CB4448;
}
</style>
background-color css
<style>
a { background-color: #CB4448; }
a { background-color: rgb(203,68,72); }
div.DivClassName
{
background-color: #CB4448;
}
.BgClassName
{
background-color: #CB4448;
}
</style>
border-color css
<style>
span { border-color: #CB4448; }
span { border-color: rgb(203,68,72); }
td.TdClassName
{
border-color: #CB4448;
}
.TagClassName
{
border-color: #CB4448;
}
</style>