Shades of Mandy #CB495C
Tints of Mandy #CB495C
RGB
CMYK
RGB Variations
Color information
#CB495C (or 0xCB495C) is known color: Mandy. HEX triplet: CB, 49 and 5C. RGB value is (203,73,92). Sum of RGB (Red+Green+Blue) = 203+73+92=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB495C is #34B6A3. Grayscale: #727272. Windows color (decimal): -3454628 or 6048203. OLE color: 6048203.
HSL color Cylindrical-coordinate representation of color #CB495C: hue angle of 351.23º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB495C is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 92 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.20 |
| HSL | 351.23º | 0.56% | 0.54% | - |
| HSV(B) | 351.23º | 0.64% | 0.8% | - |
| XYZ | 28.94 | 18.23 | 12.12 | - |
| YUV | 114.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 92 | 0 | 0.64 | 0.55 | 0.20 | 351.23 | 0.56 | 0.54 |
| Hex | CB | 49 | 5C | 0 | 40 | 37 | 14 | 15F | 38 | 36 |
| Octal | 313 | 111 | 134 | 0 | 100 | 67 | 24 | 537 | 70 | 66 |
| Binary | 11001011 | 1001001 | 1011100 | 0 | 1000000 | 110111 | 10100 | 101011111 | 111000 | 110110 |
Color Harmonies of #CB495C
Complementary color
Monochromatic Colors of #CB495C
Black with #CB495C
Text Example
Text Example
White with #CB495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB495C; }
p { color: rgb(203,73,92); }
H1.HeaderClassName
{
color: #CB495C;
}
.AnyTagClassName
{
color: #CB495C;
}
</style>
background-color css
<style>
a { background-color: #CB495C; }
a { background-color: rgb(203,73,92); }
div.DivClassName
{
background-color: #CB495C;
}
.BgClassName
{
background-color: #CB495C;
}
</style>
border-color css
<style>
span { border-color: #CB495C; }
span { border-color: rgb(203,73,92); }
td.TdClassName
{
border-color: #CB495C;
}
.TagClassName
{
border-color: #CB495C;
}
</style>