Shades of Mandy #CB535D
Tints of Mandy #CB535D
RGB
CMYK
RGB Variations
Color information
#CB535D (or 0xCB535D) is known color: Mandy. HEX triplet: CB, 53 and 5D. RGB value is (203,83,93). Sum of RGB (Red+Green+Blue) = 203+83+93=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB535D is #34ACA2. Grayscale: #787878. Windows color (decimal): -3452067 or 6116299. OLE color: 6116299.
HSL color Cylindrical-coordinate representation of color #CB535D: hue angle of 355º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB535D is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 93 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.20 |
| HSL | 355º | 0.54% | 0.56% | - |
| HSV(B) | 355º | 0.59% | 0.8% | - |
| XYZ | 29.7 | 19.67 | 12.59 | - |
| YUV | 120.02 | 112.76 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 93 | 0 | 0.59 | 0.54 | 0.20 | 355 | 0.54 | 0.56 |
| Hex | CB | 53 | 5D | 0 | 3B | 36 | 14 | 163 | 36 | 38 |
| Octal | 313 | 123 | 135 | 0 | 73 | 66 | 24 | 543 | 66 | 70 |
| Binary | 11001011 | 1010011 | 1011101 | 0 | 111011 | 110110 | 10100 | 101100011 | 110110 | 111000 |
Color Harmonies of #CB535D
Complementary color
Monochromatic Colors of #CB535D
Black with #CB535D
Text Example
Text Example
White with #CB535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB535D; }
p { color: rgb(203,83,93); }
H1.HeaderClassName
{
color: #CB535D;
}
.AnyTagClassName
{
color: #CB535D;
}
</style>
background-color css
<style>
a { background-color: #CB535D; }
a { background-color: rgb(203,83,93); }
div.DivClassName
{
background-color: #CB535D;
}
.BgClassName
{
background-color: #CB535D;
}
</style>
border-color css
<style>
span { border-color: #CB535D; }
span { border-color: rgb(203,83,93); }
td.TdClassName
{
border-color: #CB535D;
}
.TagClassName
{
border-color: #CB535D;
}
</style>