Shades of Mandy #CB435F
Tints of Mandy #CB435F
RGB
CMYK
RGB Variations
Color information
#CB435F (or 0xCB435F) is known color: Mandy. HEX triplet: CB, 43 and 5F. RGB value is (203,67,95). Sum of RGB (Red+Green+Blue) = 203+67+95=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB435F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB435F is #34BCA0. Grayscale: #6E6E6E. Windows color (decimal): -3456161 or 6243275. OLE color: 6243275.
HSL color Cylindrical-coordinate representation of color #CB435F: hue angle of 347.65º 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 #CB435F is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 95 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.20 |
| HSL | 347.65º | 0.57% | 0.53% | - |
| HSV(B) | 347.65º | 0.67% | 0.8% | - |
| XYZ | 28.7 | 17.54 | 12.7 | - |
| YUV | 110.86 | 119.06 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 95 | 0 | 0.67 | 0.53 | 0.20 | 347.65 | 0.57 | 0.53 |
| Hex | CB | 43 | 5F | 0 | 43 | 35 | 14 | 15C | 39 | 35 |
| Octal | 313 | 103 | 137 | 0 | 103 | 65 | 24 | 534 | 71 | 65 |
| Binary | 11001011 | 1000011 | 1011111 | 0 | 1000011 | 110101 | 10100 | 101011100 | 111001 | 110101 |
Color Harmonies of #CB435F
Complementary color
Monochromatic Colors of #CB435F
Black with #CB435F
Text Example
Text Example
White with #CB435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB435F; }
p { color: rgb(203,67,95); }
H1.HeaderClassName
{
color: #CB435F;
}
.AnyTagClassName
{
color: #CB435F;
}
</style>
background-color css
<style>
a { background-color: #CB435F; }
a { background-color: rgb(203,67,95); }
div.DivClassName
{
background-color: #CB435F;
}
.BgClassName
{
background-color: #CB435F;
}
</style>
border-color css
<style>
span { border-color: #CB435F; }
span { border-color: rgb(203,67,95); }
td.TdClassName
{
border-color: #CB435F;
}
.TagClassName
{
border-color: #CB435F;
}
</style>