Shades of Mandy #CB4D5D
Tints of Mandy #CB4D5D
RGB
CMYK
RGB Variations
Color information
#CB4D5D (or 0xCB4D5D) is known color: Mandy. HEX triplet: CB, 4D and 5D. RGB value is (203,77,93). Sum of RGB (Red+Green+Blue) = 203+77+93=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4D5D is #34B2A2. Grayscale: #747474. Windows color (decimal): -3453603 or 6114763. OLE color: 6114763.
HSL color Cylindrical-coordinate representation of color #CB4D5D: hue angle of 352.38º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4D5D is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 93 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.20 |
| HSL | 352.38º | 0.55% | 0.55% | - |
| HSV(B) | 352.38º | 0.62% | 0.8% | - |
| XYZ | 29.26 | 18.79 | 12.44 | - |
| YUV | 116.5 | 114.74 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 93 | 0 | 0.62 | 0.54 | 0.20 | 352.38 | 0.55 | 0.55 |
| Hex | CB | 4D | 5D | 0 | 3E | 36 | 14 | 160 | 37 | 37 |
| Octal | 313 | 115 | 135 | 0 | 76 | 66 | 24 | 540 | 67 | 67 |
| Binary | 11001011 | 1001101 | 1011101 | 0 | 111110 | 110110 | 10100 | 101100000 | 110111 | 110111 |
Color Harmonies of #CB4D5D
Complementary color
Monochromatic Colors of #CB4D5D
Black with #CB4D5D
Text Example
Text Example
White with #CB4D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D5D; }
p { color: rgb(203,77,93); }
H1.HeaderClassName
{
color: #CB4D5D;
}
.AnyTagClassName
{
color: #CB4D5D;
}
</style>
background-color css
<style>
a { background-color: #CB4D5D; }
a { background-color: rgb(203,77,93); }
div.DivClassName
{
background-color: #CB4D5D;
}
.BgClassName
{
background-color: #CB4D5D;
}
</style>
border-color css
<style>
span { border-color: #CB4D5D; }
span { border-color: rgb(203,77,93); }
td.TdClassName
{
border-color: #CB4D5D;
}
.TagClassName
{
border-color: #CB4D5D;
}
</style>