Shades of Mandy #CB4D5F
Tints of Mandy #CB4D5F
RGB
CMYK
RGB Variations
Color information
#CB4D5F (or 0xCB4D5F) is known color: Mandy. HEX triplet: CB, 4D and 5F. RGB value is (203,77,95). Sum of RGB (Red+Green+Blue) = 203+77+95=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4D5F is #34B2A0. Grayscale: #747474. Windows color (decimal): -3453601 or 6245835. OLE color: 6245835.
HSL color Cylindrical-coordinate representation of color #CB4D5F: hue angle of 351.43º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4D5F is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 95 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.20 |
| HSL | 351.43º | 0.55% | 0.55% | - |
| HSV(B) | 351.43º | 0.62% | 0.8% | - |
| XYZ | 29.35 | 18.83 | 12.91 | - |
| YUV | 116.73 | 115.74 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 95 | 0 | 0.62 | 0.53 | 0.20 | 351.43 | 0.55 | 0.55 |
| Hex | CB | 4D | 5F | 0 | 3E | 35 | 14 | 15F | 37 | 37 |
| Octal | 313 | 115 | 137 | 0 | 76 | 65 | 24 | 537 | 67 | 67 |
| Binary | 11001011 | 1001101 | 1011111 | 0 | 111110 | 110101 | 10100 | 101011111 | 110111 | 110111 |
Color Harmonies of #CB4D5F
Complementary color
Monochromatic Colors of #CB4D5F
Black with #CB4D5F
Text Example
Text Example
White with #CB4D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D5F; }
p { color: rgb(203,77,95); }
H1.HeaderClassName
{
color: #CB4D5F;
}
.AnyTagClassName
{
color: #CB4D5F;
}
</style>
background-color css
<style>
a { background-color: #CB4D5F; }
a { background-color: rgb(203,77,95); }
div.DivClassName
{
background-color: #CB4D5F;
}
.BgClassName
{
background-color: #CB4D5F;
}
</style>
border-color css
<style>
span { border-color: #CB4D5F; }
span { border-color: rgb(203,77,95); }
td.TdClassName
{
border-color: #CB4D5F;
}
.TagClassName
{
border-color: #CB4D5F;
}
</style>