Shades of Mandy #CB425C
Tints of Mandy #CB425C
RGB
CMYK
RGB Variations
Color information
#CB425C (or 0xCB425C) is known color: Mandy. HEX triplet: CB, 42 and 5C. RGB value is (203,66,92). Sum of RGB (Red+Green+Blue) = 203+66+92=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB425C is #34BDA3. Grayscale: #6D6D6D. Windows color (decimal): -3456420 or 6046411. OLE color: 6046411.
HSL color Cylindrical-coordinate representation of color #CB425C: hue angle of 348.61º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB425C is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 92 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.20 |
| HSL | 348.61º | 0.57% | 0.53% | - |
| HSV(B) | 348.61º | 0.67% | 0.8% | - |
| XYZ | 28.51 | 17.37 | 11.97 | - |
| YUV | 109.93 | 117.89 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 92 | 0 | 0.67 | 0.55 | 0.20 | 348.61 | 0.57 | 0.53 |
| Hex | CB | 42 | 5C | 0 | 43 | 37 | 14 | 15D | 39 | 35 |
| Octal | 313 | 102 | 134 | 0 | 103 | 67 | 24 | 535 | 71 | 65 |
| Binary | 11001011 | 1000010 | 1011100 | 0 | 1000011 | 110111 | 10100 | 101011101 | 111001 | 110101 |
Color Harmonies of #CB425C
Complementary color
Monochromatic Colors of #CB425C
Black with #CB425C
Text Example
Text Example
White with #CB425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB425C; }
p { color: rgb(203,66,92); }
H1.HeaderClassName
{
color: #CB425C;
}
.AnyTagClassName
{
color: #CB425C;
}
</style>
background-color css
<style>
a { background-color: #CB425C; }
a { background-color: rgb(203,66,92); }
div.DivClassName
{
background-color: #CB425C;
}
.BgClassName
{
background-color: #CB425C;
}
</style>
border-color css
<style>
span { border-color: #CB425C; }
span { border-color: rgb(203,66,92); }
td.TdClassName
{
border-color: #CB425C;
}
.TagClassName
{
border-color: #CB425C;
}
</style>