Shades of Mandy #CB415D
Tints of Mandy #CB415D
RGB
CMYK
RGB Variations
Color information
#CB415D (or 0xCB415D) is known color: Mandy. HEX triplet: CB, 41 and 5D. RGB value is (203,65,93). Sum of RGB (Red+Green+Blue) = 203+65+93=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB415D is #34BEA2. Grayscale: #6D6D6D. Windows color (decimal): -3456675 or 6111691. OLE color: 6111691.
HSL color Cylindrical-coordinate representation of color #CB415D: hue angle of 347.83º 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 #CB415D is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 93 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.20 |
| HSL | 347.83º | 0.57% | 0.53% | - |
| HSV(B) | 347.83º | 0.68% | 0.8% | - |
| XYZ | 28.49 | 17.27 | 12.19 | - |
| YUV | 109.45 | 118.72 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 93 | 0 | 0.68 | 0.54 | 0.20 | 347.83 | 0.57 | 0.53 |
| Hex | CB | 41 | 5D | 0 | 44 | 36 | 14 | 15C | 39 | 35 |
| Octal | 313 | 101 | 135 | 0 | 104 | 66 | 24 | 534 | 71 | 65 |
| Binary | 11001011 | 1000001 | 1011101 | 0 | 1000100 | 110110 | 10100 | 101011100 | 111001 | 110101 |
Color Harmonies of #CB415D
Complementary color
Monochromatic Colors of #CB415D
Black with #CB415D
Text Example
Text Example
White with #CB415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB415D; }
p { color: rgb(203,65,93); }
H1.HeaderClassName
{
color: #CB415D;
}
.AnyTagClassName
{
color: #CB415D;
}
</style>
background-color css
<style>
a { background-color: #CB415D; }
a { background-color: rgb(203,65,93); }
div.DivClassName
{
background-color: #CB415D;
}
.BgClassName
{
background-color: #CB415D;
}
</style>
border-color css
<style>
span { border-color: #CB415D; }
span { border-color: rgb(203,65,93); }
td.TdClassName
{
border-color: #CB415D;
}
.TagClassName
{
border-color: #CB415D;
}
</style>