Shades of Mandy #CB414D
Tints of Mandy #CB414D
RGB
CMYK
RGB Variations
Color information
#CB414D (or 0xCB414D) is known color: Mandy. HEX triplet: CB, 41 and 4D. RGB value is (203,65,77). Sum of RGB (Red+Green+Blue) = 203+65+77=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB414D is #34BEB2. Grayscale: #6B6B6B. Windows color (decimal): -3456691 or 5063115. OLE color: 5063115.
HSL color Cylindrical-coordinate representation of color #CB414D: hue angle of 354.78º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB414D is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 77 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.20 |
| HSL | 354.78º | 0.57% | 0.53% | - |
| HSV(B) | 354.78º | 0.68% | 0.8% | - |
| XYZ | 27.86 | 17.01 | 8.84 | - |
| YUV | 107.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 77 | 0 | 0.68 | 0.62 | 0.20 | 354.78 | 0.57 | 0.53 |
| Hex | CB | 41 | 4D | 0 | 44 | 3E | 14 | 163 | 39 | 35 |
| Octal | 313 | 101 | 115 | 0 | 104 | 76 | 24 | 543 | 71 | 65 |
| Binary | 11001011 | 1000001 | 1001101 | 0 | 1000100 | 111110 | 10100 | 101100011 | 111001 | 110101 |
Color Harmonies of #CB414D
Complementary color
Monochromatic Colors of #CB414D
Black with #CB414D
Text Example
Text Example
White with #CB414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB414D; }
p { color: rgb(203,65,77); }
H1.HeaderClassName
{
color: #CB414D;
}
.AnyTagClassName
{
color: #CB414D;
}
</style>
background-color css
<style>
a { background-color: #CB414D; }
a { background-color: rgb(203,65,77); }
div.DivClassName
{
background-color: #CB414D;
}
.BgClassName
{
background-color: #CB414D;
}
</style>
border-color css
<style>
span { border-color: #CB414D; }
span { border-color: rgb(203,65,77); }
td.TdClassName
{
border-color: #CB414D;
}
.TagClassName
{
border-color: #CB414D;
}
</style>