Shades of Mandy #CB505C
Tints of Mandy #CB505C
RGB
CMYK
RGB Variations
Color information
#CB505C (or 0xCB505C) is known color: Mandy. HEX triplet: CB, 50 and 5C. RGB value is (203,80,92). Sum of RGB (Red+Green+Blue) = 203+80+92=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB505C is #34AFA3. Grayscale: #767676. Windows color (decimal): -3452836 or 6049995. OLE color: 6049995.
HSL color Cylindrical-coordinate representation of color #CB505C: hue angle of 354.15º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB505C is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 92 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.20 |
| HSL | 354.15º | 0.54% | 0.55% | - |
| HSV(B) | 354.15º | 0.61% | 0.8% | - |
| XYZ | 29.43 | 19.21 | 12.28 | - |
| YUV | 118.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 92 | 0 | 0.61 | 0.55 | 0.20 | 354.15 | 0.54 | 0.55 |
| Hex | CB | 50 | 5C | 0 | 3D | 37 | 14 | 162 | 36 | 37 |
| Octal | 313 | 120 | 134 | 0 | 75 | 67 | 24 | 542 | 66 | 67 |
| Binary | 11001011 | 1010000 | 1011100 | 0 | 111101 | 110111 | 10100 | 101100010 | 110110 | 110111 |
Color Harmonies of #CB505C
Complementary color
Monochromatic Colors of #CB505C
Black with #CB505C
Text Example
Text Example
White with #CB505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB505C; }
p { color: rgb(203,80,92); }
H1.HeaderClassName
{
color: #CB505C;
}
.AnyTagClassName
{
color: #CB505C;
}
</style>
background-color css
<style>
a { background-color: #CB505C; }
a { background-color: rgb(203,80,92); }
div.DivClassName
{
background-color: #CB505C;
}
.BgClassName
{
background-color: #CB505C;
}
</style>
border-color css
<style>
span { border-color: #CB505C; }
span { border-color: rgb(203,80,92); }
td.TdClassName
{
border-color: #CB505C;
}
.TagClassName
{
border-color: #CB505C;
}
</style>