Shades of Mandy #CB545C
Tints of Mandy #CB545C
RGB
CMYK
RGB Variations
Color information
#CB545C (or 0xCB545C) is known color: Mandy. HEX triplet: CB, 54 and 5C. RGB value is (203,84,92). Sum of RGB (Red+Green+Blue) = 203+84+92=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB545C is #34ABA3. Grayscale: #787878. Windows color (decimal): -3451812 or 6051019. OLE color: 6051019.
HSL color Cylindrical-coordinate representation of color #CB545C: hue angle of 355.97º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB545C is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 92 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.20 |
| HSL | 355.97º | 0.53% | 0.56% | - |
| HSV(B) | 355.97º | 0.59% | 0.8% | - |
| XYZ | 29.73 | 19.81 | 12.38 | - |
| YUV | 120.49 | 111.92 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 92 | 0 | 0.59 | 0.55 | 0.20 | 355.97 | 0.53 | 0.56 |
| Hex | CB | 54 | 5C | 0 | 3B | 37 | 14 | 164 | 35 | 38 |
| Octal | 313 | 124 | 134 | 0 | 73 | 67 | 24 | 544 | 65 | 70 |
| Binary | 11001011 | 1010100 | 1011100 | 0 | 111011 | 110111 | 10100 | 101100100 | 110101 | 111000 |
Color Harmonies of #CB545C
Complementary color
Monochromatic Colors of #CB545C
Black with #CB545C
Text Example
Text Example
White with #CB545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB545C; }
p { color: rgb(203,84,92); }
H1.HeaderClassName
{
color: #CB545C;
}
.AnyTagClassName
{
color: #CB545C;
}
</style>
background-color css
<style>
a { background-color: #CB545C; }
a { background-color: rgb(203,84,92); }
div.DivClassName
{
background-color: #CB545C;
}
.BgClassName
{
background-color: #CB545C;
}
</style>
border-color css
<style>
span { border-color: #CB545C; }
span { border-color: rgb(203,84,92); }
td.TdClassName
{
border-color: #CB545C;
}
.TagClassName
{
border-color: #CB545C;
}
</style>