Shades of Mandy #CB454D
Tints of Mandy #CB454D
RGB
CMYK
RGB Variations
Color information
#CB454D (or 0xCB454D) is known color: Mandy. HEX triplet: CB, 45 and 4D. RGB value is (203,69,77). Sum of RGB (Red+Green+Blue) = 203+69+77=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB454D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB454D is #34BAB2. Grayscale: #6E6E6E. Windows color (decimal): -3455667 or 5064139. OLE color: 5064139.
HSL color Cylindrical-coordinate representation of color #CB454D: hue angle of 356.42º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB454D is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 77 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.20 |
| HSL | 356.42º | 0.56% | 0.53% | - |
| HSV(B) | 356.42º | 0.66% | 0.8% | - |
| XYZ | 28.1 | 17.49 | 8.92 | - |
| YUV | 109.98 | 109.39 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 77 | 0 | 0.66 | 0.62 | 0.20 | 356.42 | 0.56 | 0.53 |
| Hex | CB | 45 | 4D | 0 | 42 | 3E | 14 | 164 | 38 | 35 |
| Octal | 313 | 105 | 115 | 0 | 102 | 76 | 24 | 544 | 70 | 65 |
| Binary | 11001011 | 1000101 | 1001101 | 0 | 1000010 | 111110 | 10100 | 101100100 | 111000 | 110101 |
Color Harmonies of #CB454D
Complementary color
Monochromatic Colors of #CB454D
Black with #CB454D
Text Example
Text Example
White with #CB454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB454D; }
p { color: rgb(203,69,77); }
H1.HeaderClassName
{
color: #CB454D;
}
.AnyTagClassName
{
color: #CB454D;
}
</style>
background-color css
<style>
a { background-color: #CB454D; }
a { background-color: rgb(203,69,77); }
div.DivClassName
{
background-color: #CB454D;
}
.BgClassName
{
background-color: #CB454D;
}
</style>
border-color css
<style>
span { border-color: #CB454D; }
span { border-color: rgb(203,69,77); }
td.TdClassName
{
border-color: #CB454D;
}
.TagClassName
{
border-color: #CB454D;
}
</style>