Shades of Mandy #CB425F
Tints of Mandy #CB425F
RGB
CMYK
RGB Variations
Color information
#CB425F (or 0xCB425F) is known color: Mandy. HEX triplet: CB, 42 and 5F. RGB value is (203,66,95). Sum of RGB (Red+Green+Blue) = 203+66+95=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB425F is #34BDA0. Grayscale: #6E6E6E. Windows color (decimal): -3456417 or 6243019. OLE color: 6243019.
HSL color Cylindrical-coordinate representation of color #CB425F: hue angle of 347.3º 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 #CB425F is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 95 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.20 |
| HSL | 347.3º | 0.57% | 0.53% | - |
| HSV(B) | 347.3º | 0.67% | 0.8% | - |
| XYZ | 28.64 | 17.42 | 12.68 | - |
| YUV | 110.27 | 119.39 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 95 | 0 | 0.67 | 0.53 | 0.20 | 347.3 | 0.57 | 0.53 |
| Hex | CB | 42 | 5F | 0 | 43 | 35 | 14 | 15B | 39 | 35 |
| Octal | 313 | 102 | 137 | 0 | 103 | 65 | 24 | 533 | 71 | 65 |
| Binary | 11001011 | 1000010 | 1011111 | 0 | 1000011 | 110101 | 10100 | 101011011 | 111001 | 110101 |
Color Harmonies of #CB425F
Complementary color
Monochromatic Colors of #CB425F
Black with #CB425F
Text Example
Text Example
White with #CB425F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB425F; }
p { color: rgb(203,66,95); }
H1.HeaderClassName
{
color: #CB425F;
}
.AnyTagClassName
{
color: #CB425F;
}
</style>
background-color css
<style>
a { background-color: #CB425F; }
a { background-color: rgb(203,66,95); }
div.DivClassName
{
background-color: #CB425F;
}
.BgClassName
{
background-color: #CB425F;
}
</style>
border-color css
<style>
span { border-color: #CB425F; }
span { border-color: rgb(203,66,95); }
td.TdClassName
{
border-color: #CB425F;
}
.TagClassName
{
border-color: #CB425F;
}
</style>