Shades of Mandy #CB464E
Tints of Mandy #CB464E
RGB
CMYK
RGB Variations
Color information
#CB464E (or 0xCB464E) is known color: Mandy. HEX triplet: CB, 46 and 4E. RGB value is (203,70,78). Sum of RGB (Red+Green+Blue) = 203+70+78=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB464E is #34B9B1. Grayscale: #6E6E6E. Windows color (decimal): -3455410 or 5129931. OLE color: 5129931.
HSL color Cylindrical-coordinate representation of color #CB464E: hue angle of 356.39º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB464E is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 78 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.20 |
| HSL | 356.39º | 0.56% | 0.54% | - |
| HSV(B) | 356.39º | 0.66% | 0.8% | - |
| XYZ | 28.19 | 17.63 | 9.12 | - |
| YUV | 110.68 | 109.56 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 78 | 0 | 0.66 | 0.62 | 0.20 | 356.39 | 0.56 | 0.54 |
| Hex | CB | 46 | 4E | 0 | 42 | 3E | 14 | 164 | 38 | 36 |
| Octal | 313 | 106 | 116 | 0 | 102 | 76 | 24 | 544 | 70 | 66 |
| Binary | 11001011 | 1000110 | 1001110 | 0 | 1000010 | 111110 | 10100 | 101100100 | 111000 | 110110 |
Color Harmonies of #CB464E
Complementary color
Monochromatic Colors of #CB464E
Black with #CB464E
Text Example
Text Example
White with #CB464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB464E; }
p { color: rgb(203,70,78); }
H1.HeaderClassName
{
color: #CB464E;
}
.AnyTagClassName
{
color: #CB464E;
}
</style>
background-color css
<style>
a { background-color: #CB464E; }
a { background-color: rgb(203,70,78); }
div.DivClassName
{
background-color: #CB464E;
}
.BgClassName
{
background-color: #CB464E;
}
</style>
border-color css
<style>
span { border-color: #CB464E; }
span { border-color: rgb(203,70,78); }
td.TdClassName
{
border-color: #CB464E;
}
.TagClassName
{
border-color: #CB464E;
}
</style>