Shades of Mandy #CB4A55
Tints of Mandy #CB4A55
RGB
CMYK
RGB Variations
Color information
#CB4A55 (or 0xCB4A55) is known color: Mandy. HEX triplet: CB, 4A and 55. RGB value is (203,74,85). Sum of RGB (Red+Green+Blue) = 203+74+85=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4A55 is #34B5AA. Grayscale: #717171. Windows color (decimal): -3454379 or 5589707. OLE color: 5589707.
HSL color Cylindrical-coordinate representation of color #CB4A55: hue angle of 354.88º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4A55 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 85 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.20 |
| HSL | 354.88º | 0.55% | 0.54% | - |
| HSV(B) | 354.88º | 0.64% | 0.8% | - |
| XYZ | 28.72 | 18.25 | 10.6 | - |
| YUV | 113.83 | 111.74 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 85 | 0 | 0.64 | 0.58 | 0.20 | 354.88 | 0.55 | 0.54 |
| Hex | CB | 4A | 55 | 0 | 40 | 3A | 14 | 163 | 37 | 36 |
| Octal | 313 | 112 | 125 | 0 | 100 | 72 | 24 | 543 | 67 | 66 |
| Binary | 11001011 | 1001010 | 1010101 | 0 | 1000000 | 111010 | 10100 | 101100011 | 110111 | 110110 |
Color Harmonies of #CB4A55
Complementary color
Monochromatic Colors of #CB4A55
Black with #CB4A55
Text Example
Text Example
White with #CB4A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4A55; }
p { color: rgb(203,74,85); }
H1.HeaderClassName
{
color: #CB4A55;
}
.AnyTagClassName
{
color: #CB4A55;
}
</style>
background-color css
<style>
a { background-color: #CB4A55; }
a { background-color: rgb(203,74,85); }
div.DivClassName
{
background-color: #CB4A55;
}
.BgClassName
{
background-color: #CB4A55;
}
</style>
border-color css
<style>
span { border-color: #CB4A55; }
span { border-color: rgb(203,74,85); }
td.TdClassName
{
border-color: #CB4A55;
}
.TagClassName
{
border-color: #CB4A55;
}
</style>