Shades of Mandy #CB4754
Tints of Mandy #CB4754
RGB
CMYK
RGB Variations
Color information
#CB4754 (or 0xCB4754) is known color: Mandy. HEX triplet: CB, 47 and 54. RGB value is (203,71,84). Sum of RGB (Red+Green+Blue) = 203+71+84=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4754 is #34B8AB. Grayscale: #707070. Windows color (decimal): -3455148 or 5523403. OLE color: 5523403.
HSL color Cylindrical-coordinate representation of color #CB4754: hue angle of 354.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB4754 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 84 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.20 |
| HSL | 354.09º | 0.56% | 0.54% | - |
| HSV(B) | 354.09º | 0.65% | 0.8% | - |
| XYZ | 28.48 | 17.84 | 10.33 | - |
| YUV | 111.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 84 | 0 | 0.65 | 0.59 | 0.20 | 354.09 | 0.56 | 0.54 |
| Hex | CB | 47 | 54 | 0 | 41 | 3B | 14 | 162 | 38 | 36 |
| Octal | 313 | 107 | 124 | 0 | 101 | 73 | 24 | 542 | 70 | 66 |
| Binary | 11001011 | 1000111 | 1010100 | 0 | 1000001 | 111011 | 10100 | 101100010 | 111000 | 110110 |
Color Harmonies of #CB4754
Complementary color
Monochromatic Colors of #CB4754
Black with #CB4754
Text Example
Text Example
White with #CB4754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4754; }
p { color: rgb(203,71,84); }
H1.HeaderClassName
{
color: #CB4754;
}
.AnyTagClassName
{
color: #CB4754;
}
</style>
background-color css
<style>
a { background-color: #CB4754; }
a { background-color: rgb(203,71,84); }
div.DivClassName
{
background-color: #CB4754;
}
.BgClassName
{
background-color: #CB4754;
}
</style>
border-color css
<style>
span { border-color: #CB4754; }
span { border-color: rgb(203,71,84); }
td.TdClassName
{
border-color: #CB4754;
}
.TagClassName
{
border-color: #CB4754;
}
</style>