Shades of Mandy #CF555B
Tints of Mandy #CF555B
RGB
CMYK
RGB Variations
Color information
#CF555B (or 0xCF555B) is known color: Mandy. HEX triplet: CF, 55 and 5B. RGB value is (207,85,91). Sum of RGB (Red+Green+Blue) = 207+85+91=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF555B is #30AAA4. Grayscale: #7A7A7A. Windows color (decimal): -3189413 or 5985743. OLE color: 5985743.
HSL color Cylindrical-coordinate representation of color #CF555B: hue angle of 357.05º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF555B is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 91 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.19 |
| HSL | 357.05º | 0.56% | 0.57% | - |
| HSV(B) | 357.05º | 0.59% | 0.81% | - |
| XYZ | 30.87 | 20.52 | 12.23 | - |
| YUV | 122.16 | 110.42 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 91 | 0 | 0.59 | 0.56 | 0.19 | 357.05 | 0.56 | 0.57 |
| Hex | CF | 55 | 5B | 0 | 3B | 38 | 13 | 165 | 38 | 39 |
| Octal | 317 | 125 | 133 | 0 | 73 | 70 | 23 | 545 | 70 | 71 |
| Binary | 11001111 | 1010101 | 1011011 | 0 | 111011 | 111000 | 10011 | 101100101 | 111000 | 111001 |
Color Harmonies of #CF555B
Complementary color
Monochromatic Colors of #CF555B
Black with #CF555B
Text Example
Text Example
White with #CF555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF555B; }
p { color: rgb(207,85,91); }
H1.HeaderClassName
{
color: #CF555B;
}
.AnyTagClassName
{
color: #CF555B;
}
</style>
background-color css
<style>
a { background-color: #CF555B; }
a { background-color: rgb(207,85,91); }
div.DivClassName
{
background-color: #CF555B;
}
.BgClassName
{
background-color: #CF555B;
}
</style>
border-color css
<style>
span { border-color: #CF555B; }
span { border-color: rgb(207,85,91); }
td.TdClassName
{
border-color: #CF555B;
}
.TagClassName
{
border-color: #CF555B;
}
</style>