Shades of Mandy #CB4354
Tints of Mandy #CB4354
RGB
CMYK
RGB Variations
Color information
#CB4354 (or 0xCB4354) is known color: Mandy. HEX triplet: CB, 43 and 54. RGB value is (203,67,84). Sum of RGB (Red+Green+Blue) = 203+67+84=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4354 is #34BCAB. Grayscale: #6D6D6D. Windows color (decimal): -3456172 or 5522379. OLE color: 5522379.
HSL color Cylindrical-coordinate representation of color #CB4354: hue angle of 352.5º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4354 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 84 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.20 |
| HSL | 352.5º | 0.57% | 0.53% | - |
| HSV(B) | 352.5º | 0.67% | 0.8% | - |
| XYZ | 28.24 | 17.35 | 10.25 | - |
| YUV | 109.6 | 113.56 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 84 | 0 | 0.67 | 0.59 | 0.20 | 352.5 | 0.57 | 0.53 |
| Hex | CB | 43 | 54 | 0 | 43 | 3B | 14 | 160 | 39 | 35 |
| Octal | 313 | 103 | 124 | 0 | 103 | 73 | 24 | 540 | 71 | 65 |
| Binary | 11001011 | 1000011 | 1010100 | 0 | 1000011 | 111011 | 10100 | 101100000 | 111001 | 110101 |
Color Harmonies of #CB4354
Complementary color
Monochromatic Colors of #CB4354
Black with #CB4354
Text Example
Text Example
White with #CB4354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4354; }
p { color: rgb(203,67,84); }
H1.HeaderClassName
{
color: #CB4354;
}
.AnyTagClassName
{
color: #CB4354;
}
</style>
background-color css
<style>
a { background-color: #CB4354; }
a { background-color: rgb(203,67,84); }
div.DivClassName
{
background-color: #CB4354;
}
.BgClassName
{
background-color: #CB4354;
}
</style>
border-color css
<style>
span { border-color: #CB4354; }
span { border-color: rgb(203,67,84); }
td.TdClassName
{
border-color: #CB4354;
}
.TagClassName
{
border-color: #CB4354;
}
</style>