Shades of Mandy #CB435D
Tints of Mandy #CB435D
RGB
CMYK
RGB Variations
Color information
#CB435D (or 0xCB435D) is known color: Mandy. HEX triplet: CB, 43 and 5D. RGB value is (203,67,93). Sum of RGB (Red+Green+Blue) = 203+67+93=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB435D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB435D is #34BCA2. Grayscale: #6E6E6E. Windows color (decimal): -3456163 or 6112203. OLE color: 6112203.
HSL color Cylindrical-coordinate representation of color #CB435D: hue angle of 348.53º 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 #CB435D is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 93 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.20 |
| HSL | 348.53º | 0.57% | 0.53% | - |
| HSV(B) | 348.53º | 0.67% | 0.8% | - |
| XYZ | 28.61 | 17.5 | 12.23 | - |
| YUV | 110.63 | 118.06 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 93 | 0 | 0.67 | 0.54 | 0.20 | 348.53 | 0.57 | 0.53 |
| Hex | CB | 43 | 5D | 0 | 43 | 36 | 14 | 15D | 39 | 35 |
| Octal | 313 | 103 | 135 | 0 | 103 | 66 | 24 | 535 | 71 | 65 |
| Binary | 11001011 | 1000011 | 1011101 | 0 | 1000011 | 110110 | 10100 | 101011101 | 111001 | 110101 |
Color Harmonies of #CB435D
Complementary color
Monochromatic Colors of #CB435D
Black with #CB435D
Text Example
Text Example
White with #CB435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB435D; }
p { color: rgb(203,67,93); }
H1.HeaderClassName
{
color: #CB435D;
}
.AnyTagClassName
{
color: #CB435D;
}
</style>
background-color css
<style>
a { background-color: #CB435D; }
a { background-color: rgb(203,67,93); }
div.DivClassName
{
background-color: #CB435D;
}
.BgClassName
{
background-color: #CB435D;
}
</style>
border-color css
<style>
span { border-color: #CB435D; }
span { border-color: rgb(203,67,93); }
td.TdClassName
{
border-color: #CB435D;
}
.TagClassName
{
border-color: #CB435D;
}
</style>