Shades of Mandy #CB595C
Tints of Mandy #CB595C
RGB
CMYK
RGB Variations
Color information
#CB595C (or 0xCB595C) is known color: Mandy. HEX triplet: CB, 59 and 5C. RGB value is (203,89,92). Sum of RGB (Red+Green+Blue) = 203+89+92=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB595C is #34A6A3. Grayscale: #7B7B7B. Windows color (decimal): -3450532 or 6052299. OLE color: 6052299.
HSL color Cylindrical-coordinate representation of color #CB595C: hue angle of 358.42º 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 #CB595C is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 92 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.20 |
| HSL | 358.42º | 0.52% | 0.57% | - |
| HSV(B) | 358.42º | 0.56% | 0.8% | - |
| XYZ | 30.13 | 20.61 | 12.52 | - |
| YUV | 123.43 | 110.27 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 92 | 0 | 0.56 | 0.55 | 0.20 | 358.42 | 0.52 | 0.57 |
| Hex | CB | 59 | 5C | 0 | 38 | 37 | 14 | 166 | 34 | 39 |
| Octal | 313 | 131 | 134 | 0 | 70 | 67 | 24 | 546 | 64 | 71 |
| Binary | 11001011 | 1011001 | 1011100 | 0 | 111000 | 110111 | 10100 | 101100110 | 110100 | 111001 |
Color Harmonies of #CB595C
Complementary color
Monochromatic Colors of #CB595C
Black with #CB595C
Text Example
Text Example
White with #CB595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB595C; }
p { color: rgb(203,89,92); }
H1.HeaderClassName
{
color: #CB595C;
}
.AnyTagClassName
{
color: #CB595C;
}
</style>
background-color css
<style>
a { background-color: #CB595C; }
a { background-color: rgb(203,89,92); }
div.DivClassName
{
background-color: #CB595C;
}
.BgClassName
{
background-color: #CB595C;
}
</style>
border-color css
<style>
span { border-color: #CB595C; }
span { border-color: rgb(203,89,92); }
td.TdClassName
{
border-color: #CB595C;
}
.TagClassName
{
border-color: #CB595C;
}
</style>