Shades of Mandy #CB595B
Tints of Mandy #CB595B
RGB
CMYK
RGB Variations
Color information
#CB595B (or 0xCB595B) is known color: Mandy. HEX triplet: CB, 59 and 5B. RGB value is (203,89,91). Sum of RGB (Red+Green+Blue) = 203+89+91=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB595B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB595B is #34A6A4. Grayscale: #7B7B7B. Windows color (decimal): -3450533 or 5986763. OLE color: 5986763.
HSL color Cylindrical-coordinate representation of color #CB595B: hue angle of 358.95º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB595B is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 91 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.20 |
| HSL | 358.95º | 0.52% | 0.57% | - |
| HSV(B) | 358.95º | 0.56% | 0.8% | - |
| XYZ | 30.09 | 20.6 | 12.29 | - |
| YUV | 123.31 | 109.77 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 91 | 0 | 0.56 | 0.55 | 0.20 | 358.95 | 0.52 | 0.57 |
| Hex | CB | 59 | 5B | 0 | 38 | 37 | 14 | 167 | 34 | 39 |
| Octal | 313 | 131 | 133 | 0 | 70 | 67 | 24 | 547 | 64 | 71 |
| Binary | 11001011 | 1011001 | 1011011 | 0 | 111000 | 110111 | 10100 | 101100111 | 110100 | 111001 |
Color Harmonies of #CB595B
Complementary color
Monochromatic Colors of #CB595B
Black with #CB595B
Text Example
Text Example
White with #CB595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB595B; }
p { color: rgb(203,89,91); }
H1.HeaderClassName
{
color: #CB595B;
}
.AnyTagClassName
{
color: #CB595B;
}
</style>
background-color css
<style>
a { background-color: #CB595B; }
a { background-color: rgb(203,89,91); }
div.DivClassName
{
background-color: #CB595B;
}
.BgClassName
{
background-color: #CB595B;
}
</style>
border-color css
<style>
span { border-color: #CB595B; }
span { border-color: rgb(203,89,91); }
td.TdClassName
{
border-color: #CB595B;
}
.TagClassName
{
border-color: #CB595B;
}
</style>