Shades of Mandy #CB405C
Tints of Mandy #CB405C
RGB
CMYK
RGB Variations
Color information
#CB405C (or 0xCB405C) is known color: Mandy. HEX triplet: CB, 40 and 5C. RGB value is (203,64,92). Sum of RGB (Red+Green+Blue) = 203+64+92=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB405C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB405C is #34BFA3. Grayscale: #6C6C6C. Windows color (decimal): -3456932 or 6045899. OLE color: 6045899.
HSL color Cylindrical-coordinate representation of color #CB405C: hue angle of 347.91º 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 #CB405C is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 92 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.20 |
| HSL | 347.91º | 0.57% | 0.52% | - |
| HSV(B) | 347.91º | 0.68% | 0.8% | - |
| XYZ | 28.39 | 17.14 | 11.94 | - |
| YUV | 108.75 | 118.55 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 92 | 0 | 0.68 | 0.55 | 0.20 | 347.91 | 0.57 | 0.52 |
| Hex | CB | 40 | 5C | 0 | 44 | 37 | 14 | 15C | 39 | 34 |
| Octal | 313 | 100 | 134 | 0 | 104 | 67 | 24 | 534 | 71 | 64 |
| Binary | 11001011 | 1000000 | 1011100 | 0 | 1000100 | 110111 | 10100 | 101011100 | 111001 | 110100 |
Color Harmonies of #CB405C
Complementary color
Monochromatic Colors of #CB405C
Black with #CB405C
Text Example
Text Example
White with #CB405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB405C; }
p { color: rgb(203,64,92); }
H1.HeaderClassName
{
color: #CB405C;
}
.AnyTagClassName
{
color: #CB405C;
}
</style>
background-color css
<style>
a { background-color: #CB405C; }
a { background-color: rgb(203,64,92); }
div.DivClassName
{
background-color: #CB405C;
}
.BgClassName
{
background-color: #CB405C;
}
</style>
border-color css
<style>
span { border-color: #CB405C; }
span { border-color: rgb(203,64,92); }
td.TdClassName
{
border-color: #CB405C;
}
.TagClassName
{
border-color: #CB405C;
}
</style>