Shades of Mandy #CB555C
Tints of Mandy #CB555C
RGB
CMYK
RGB Variations
Color information
#CB555C (or 0xCB555C) is known color: Mandy. HEX triplet: CB, 55 and 5C. RGB value is (203,85,92). Sum of RGB (Red+Green+Blue) = 203+85+92=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB555C is #34AAA3. Grayscale: #797979. Windows color (decimal): -3451556 or 6051275. OLE color: 6051275.
HSL color Cylindrical-coordinate representation of color #CB555C: hue angle of 356.44º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB555C is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 92 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.20 |
| HSL | 356.44º | 0.53% | 0.56% | - |
| HSV(B) | 356.44º | 0.58% | 0.8% | - |
| XYZ | 29.81 | 19.97 | 12.41 | - |
| YUV | 121.08 | 111.59 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 92 | 0 | 0.58 | 0.55 | 0.20 | 356.44 | 0.53 | 0.56 |
| Hex | CB | 55 | 5C | 0 | 3A | 37 | 14 | 164 | 35 | 38 |
| Octal | 313 | 125 | 134 | 0 | 72 | 67 | 24 | 544 | 65 | 70 |
| Binary | 11001011 | 1010101 | 1011100 | 0 | 111010 | 110111 | 10100 | 101100100 | 110101 | 111000 |
Color Harmonies of #CB555C
Complementary color
Monochromatic Colors of #CB555C
Black with #CB555C
Text Example
Text Example
White with #CB555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB555C; }
p { color: rgb(203,85,92); }
H1.HeaderClassName
{
color: #CB555C;
}
.AnyTagClassName
{
color: #CB555C;
}
</style>
background-color css
<style>
a { background-color: #CB555C; }
a { background-color: rgb(203,85,92); }
div.DivClassName
{
background-color: #CB555C;
}
.BgClassName
{
background-color: #CB555C;
}
</style>
border-color css
<style>
span { border-color: #CB555C; }
span { border-color: rgb(203,85,92); }
td.TdClassName
{
border-color: #CB555C;
}
.TagClassName
{
border-color: #CB555C;
}
</style>