Shades of Mandy #CB4250
Tints of Mandy #CB4250
RGB
CMYK
RGB Variations
Color information
#CB4250 (or 0xCB4250) is known color: Mandy. HEX triplet: CB, 42 and 50. RGB value is (203,66,80). Sum of RGB (Red+Green+Blue) = 203+66+80=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4250 is #34BDAF. Grayscale: #6C6C6C. Windows color (decimal): -3456432 or 5259979. OLE color: 5259979.
HSL color Cylindrical-coordinate representation of color #CB4250: hue angle of 353.87º 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 #CB4250 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 80 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.20 |
| HSL | 353.87º | 0.57% | 0.53% | - |
| HSV(B) | 353.87º | 0.67% | 0.8% | - |
| XYZ | 28.02 | 17.17 | 9.43 | - |
| YUV | 108.56 | 111.89 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 80 | 0 | 0.67 | 0.61 | 0.20 | 353.87 | 0.57 | 0.53 |
| Hex | CB | 42 | 50 | 0 | 43 | 3D | 14 | 162 | 39 | 35 |
| Octal | 313 | 102 | 120 | 0 | 103 | 75 | 24 | 542 | 71 | 65 |
| Binary | 11001011 | 1000010 | 1010000 | 0 | 1000011 | 111101 | 10100 | 101100010 | 111001 | 110101 |
Color Harmonies of #CB4250
Complementary color
Monochromatic Colors of #CB4250
Black with #CB4250
Text Example
Text Example
White with #CB4250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4250; }
p { color: rgb(203,66,80); }
H1.HeaderClassName
{
color: #CB4250;
}
.AnyTagClassName
{
color: #CB4250;
}
</style>
background-color css
<style>
a { background-color: #CB4250; }
a { background-color: rgb(203,66,80); }
div.DivClassName
{
background-color: #CB4250;
}
.BgClassName
{
background-color: #CB4250;
}
</style>
border-color css
<style>
span { border-color: #CB4250; }
span { border-color: rgb(203,66,80); }
td.TdClassName
{
border-color: #CB4250;
}
.TagClassName
{
border-color: #CB4250;
}
</style>