Shades of Mandy #CB4653
Tints of Mandy #CB4653
RGB
CMYK
RGB Variations
Color information
#CB4653 (or 0xCB4653) is known color: Mandy. HEX triplet: CB, 46 and 53. RGB value is (203,70,83). Sum of RGB (Red+Green+Blue) = 203+70+83=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4653 is #34B9AC. Grayscale: #6F6F6F. Windows color (decimal): -3455405 or 5457611. OLE color: 5457611.
HSL color Cylindrical-coordinate representation of color #CB4653: hue angle of 354.14º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4653 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 83 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.20 |
| HSL | 354.14º | 0.56% | 0.54% | - |
| HSV(B) | 354.14º | 0.66% | 0.8% | - |
| XYZ | 28.38 | 17.7 | 10.1 | - |
| YUV | 111.25 | 112.06 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 83 | 0 | 0.66 | 0.59 | 0.20 | 354.14 | 0.56 | 0.54 |
| Hex | CB | 46 | 53 | 0 | 42 | 3B | 14 | 162 | 38 | 36 |
| Octal | 313 | 106 | 123 | 0 | 102 | 73 | 24 | 542 | 70 | 66 |
| Binary | 11001011 | 1000110 | 1010011 | 0 | 1000010 | 111011 | 10100 | 101100010 | 111000 | 110110 |
Color Harmonies of #CB4653
Complementary color
Monochromatic Colors of #CB4653
Black with #CB4653
Text Example
Text Example
White with #CB4653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4653; }
p { color: rgb(203,70,83); }
H1.HeaderClassName
{
color: #CB4653;
}
.AnyTagClassName
{
color: #CB4653;
}
</style>
background-color css
<style>
a { background-color: #CB4653; }
a { background-color: rgb(203,70,83); }
div.DivClassName
{
background-color: #CB4653;
}
.BgClassName
{
background-color: #CB4653;
}
</style>
border-color css
<style>
span { border-color: #CB4653; }
span { border-color: rgb(203,70,83); }
td.TdClassName
{
border-color: #CB4653;
}
.TagClassName
{
border-color: #CB4653;
}
</style>