Shades of Mandy #CB405D
Tints of Mandy #CB405D
RGB
CMYK
RGB Variations
Color information
#CB405D (or 0xCB405D) is known color: Mandy. HEX triplet: CB, 40 and 5D. RGB value is (203,64,93). Sum of RGB (Red+Green+Blue) = 203+64+93=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB405D is #34BFA2. Grayscale: #6C6C6C. Windows color (decimal): -3456931 or 6111435. OLE color: 6111435.
HSL color Cylindrical-coordinate representation of color #CB405D: hue angle of 347.48º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB405D is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 93 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.20 |
| HSL | 347.48º | 0.57% | 0.52% | - |
| HSV(B) | 347.48º | 0.68% | 0.8% | - |
| XYZ | 28.44 | 17.15 | 12.17 | - |
| YUV | 108.87 | 119.05 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 93 | 0 | 0.68 | 0.54 | 0.20 | 347.48 | 0.57 | 0.52 |
| Hex | CB | 40 | 5D | 0 | 44 | 36 | 14 | 15B | 39 | 34 |
| Octal | 313 | 100 | 135 | 0 | 104 | 66 | 24 | 533 | 71 | 64 |
| Binary | 11001011 | 1000000 | 1011101 | 0 | 1000100 | 110110 | 10100 | 101011011 | 111001 | 110100 |
Color Harmonies of #CB405D
Complementary color
Monochromatic Colors of #CB405D
Black with #CB405D
Text Example
Text Example
White with #CB405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB405D; }
p { color: rgb(203,64,93); }
H1.HeaderClassName
{
color: #CB405D;
}
.AnyTagClassName
{
color: #CB405D;
}
</style>
background-color css
<style>
a { background-color: #CB405D; }
a { background-color: rgb(203,64,93); }
div.DivClassName
{
background-color: #CB405D;
}
.BgClassName
{
background-color: #CB405D;
}
</style>
border-color css
<style>
span { border-color: #CB405D; }
span { border-color: rgb(203,64,93); }
td.TdClassName
{
border-color: #CB405D;
}
.TagClassName
{
border-color: #CB405D;
}
</style>