Shades of Mandy #CB3F5E
Tints of Mandy #CB3F5E
RGB
CMYK
RGB Variations
Color information
#CB3F5E (or 0xCB3F5E) is known color: Mandy. HEX triplet: CB, 3F and 5E. RGB value is (203,63,94). Sum of RGB (Red+Green+Blue) = 203+63+94=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3F5E is #34C0A1. Grayscale: #6C6C6C. Windows color (decimal): -3457186 or 6176715. OLE color: 6176715.
HSL color Cylindrical-coordinate representation of color #CB3F5E: hue angle of 346.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3F5E is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 94 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.20 |
| HSL | 346.71º | 0.57% | 0.52% | - |
| HSV(B) | 346.71º | 0.69% | 0.8% | - |
| XYZ | 28.43 | 17.06 | 12.38 | - |
| YUV | 108.39 | 119.88 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 94 | 0 | 0.69 | 0.54 | 0.20 | 346.71 | 0.57 | 0.52 |
| Hex | CB | 3F | 5E | 0 | 45 | 36 | 14 | 15B | 39 | 34 |
| Octal | 313 | 77 | 136 | 0 | 105 | 66 | 24 | 533 | 71 | 64 |
| Binary | 11001011 | 111111 | 1011110 | 0 | 1000101 | 110110 | 10100 | 101011011 | 111001 | 110100 |
Color Harmonies of #CB3F5E
Complementary color
Monochromatic Colors of #CB3F5E
Black with #CB3F5E
Text Example
Text Example
White with #CB3F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3F5E; }
p { color: rgb(203,63,94); }
H1.HeaderClassName
{
color: #CB3F5E;
}
.AnyTagClassName
{
color: #CB3F5E;
}
</style>
background-color css
<style>
a { background-color: #CB3F5E; }
a { background-color: rgb(203,63,94); }
div.DivClassName
{
background-color: #CB3F5E;
}
.BgClassName
{
background-color: #CB3F5E;
}
</style>
border-color css
<style>
span { border-color: #CB3F5E; }
span { border-color: rgb(203,63,94); }
td.TdClassName
{
border-color: #CB3F5E;
}
.TagClassName
{
border-color: #CB3F5E;
}
</style>