Shades of Mandy #CB4B5C
Tints of Mandy #CB4B5C
RGB
CMYK
RGB Variations
Color information
#CB4B5C (or 0xCB4B5C) is known color: Mandy. HEX triplet: CB, 4B and 5C. RGB value is (203,75,92). Sum of RGB (Red+Green+Blue) = 203+75+92=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4B5C is #34B4A3. Grayscale: #737373. Windows color (decimal): -3454116 or 6048715. OLE color: 6048715.
HSL color Cylindrical-coordinate representation of color #CB4B5C: hue angle of 352.03º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4B5C is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 75 | 92 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.20 |
| HSL | 352.03º | 0.55% | 0.55% | - |
| HSV(B) | 352.03º | 0.63% | 0.8% | - |
| XYZ | 29.08 | 18.5 | 12.16 | - |
| YUV | 115.21 | 114.91 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 92 | 0 | 0.63 | 0.55 | 0.20 | 352.03 | 0.55 | 0.55 |
| Hex | CB | 4B | 5C | 0 | 3F | 37 | 14 | 160 | 37 | 37 |
| Octal | 313 | 113 | 134 | 0 | 77 | 67 | 24 | 540 | 67 | 67 |
| Binary | 11001011 | 1001011 | 1011100 | 0 | 111111 | 110111 | 10100 | 101100000 | 110111 | 110111 |
Color Harmonies of #CB4B5C
Complementary color
Monochromatic Colors of #CB4B5C
Black with #CB4B5C
Text Example
Text Example
White with #CB4B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4B5C; }
p { color: rgb(203,75,92); }
H1.HeaderClassName
{
color: #CB4B5C;
}
.AnyTagClassName
{
color: #CB4B5C;
}
</style>
background-color css
<style>
a { background-color: #CB4B5C; }
a { background-color: rgb(203,75,92); }
div.DivClassName
{
background-color: #CB4B5C;
}
.BgClassName
{
background-color: #CB4B5C;
}
</style>
border-color css
<style>
span { border-color: #CB4B5C; }
span { border-color: rgb(203,75,92); }
td.TdClassName
{
border-color: #CB4B5C;
}
.TagClassName
{
border-color: #CB4B5C;
}
</style>