Shades of Mandy #CB495D
Tints of Mandy #CB495D
RGB
CMYK
RGB Variations
Color information
#CB495D (or 0xCB495D) is known color: Mandy. HEX triplet: CB, 49 and 5D. RGB value is (203,73,93). Sum of RGB (Red+Green+Blue) = 203+73+93=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB495D is #34B6A2. Grayscale: #727272. Windows color (decimal): -3454627 or 6113739. OLE color: 6113739.
HSL color Cylindrical-coordinate representation of color #CB495D: hue angle of 350.77º 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 #CB495D is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 93 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.20 |
| HSL | 350.77º | 0.56% | 0.54% | - |
| HSV(B) | 350.77º | 0.64% | 0.8% | - |
| XYZ | 28.99 | 18.25 | 12.35 | - |
| YUV | 114.15 | 116.07 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 93 | 0 | 0.64 | 0.54 | 0.20 | 350.77 | 0.56 | 0.54 |
| Hex | CB | 49 | 5D | 0 | 40 | 36 | 14 | 15F | 38 | 36 |
| Octal | 313 | 111 | 135 | 0 | 100 | 66 | 24 | 537 | 70 | 66 |
| Binary | 11001011 | 1001001 | 1011101 | 0 | 1000000 | 110110 | 10100 | 101011111 | 111000 | 110110 |
Color Harmonies of #CB495D
Complementary color
Monochromatic Colors of #CB495D
Black with #CB495D
Text Example
Text Example
White with #CB495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB495D; }
p { color: rgb(203,73,93); }
H1.HeaderClassName
{
color: #CB495D;
}
.AnyTagClassName
{
color: #CB495D;
}
</style>
background-color css
<style>
a { background-color: #CB495D; }
a { background-color: rgb(203,73,93); }
div.DivClassName
{
background-color: #CB495D;
}
.BgClassName
{
background-color: #CB495D;
}
</style>
border-color css
<style>
span { border-color: #CB495D; }
span { border-color: rgb(203,73,93); }
td.TdClassName
{
border-color: #CB495D;
}
.TagClassName
{
border-color: #CB495D;
}
</style>