Shades of Mandy #CB525C
Tints of Mandy #CB525C
RGB
CMYK
RGB Variations
Color information
#CB525C (or 0xCB525C) is known color: Mandy. HEX triplet: CB, 52 and 5C. RGB value is (203,82,92). Sum of RGB (Red+Green+Blue) = 203+82+92=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB525C is #34ADA3. Grayscale: #777777. Windows color (decimal): -3452324 or 6050507. OLE color: 6050507.
HSL color Cylindrical-coordinate representation of color #CB525C: hue angle of 355.04º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB525C is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 92 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.20 |
| HSL | 355.04º | 0.54% | 0.56% | - |
| HSV(B) | 355.04º | 0.6% | 0.8% | - |
| XYZ | 29.58 | 19.5 | 12.33 | - |
| YUV | 119.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 92 | 0 | 0.60 | 0.55 | 0.20 | 355.04 | 0.54 | 0.56 |
| Hex | CB | 52 | 5C | 0 | 3C | 37 | 14 | 163 | 36 | 38 |
| Octal | 313 | 122 | 134 | 0 | 74 | 67 | 24 | 543 | 66 | 70 |
| Binary | 11001011 | 1010010 | 1011100 | 0 | 111100 | 110111 | 10100 | 101100011 | 110110 | 111000 |
Color Harmonies of #CB525C
Complementary color
Monochromatic Colors of #CB525C
Black with #CB525C
Text Example
Text Example
White with #CB525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB525C; }
p { color: rgb(203,82,92); }
H1.HeaderClassName
{
color: #CB525C;
}
.AnyTagClassName
{
color: #CB525C;
}
</style>
background-color css
<style>
a { background-color: #CB525C; }
a { background-color: rgb(203,82,92); }
div.DivClassName
{
background-color: #CB525C;
}
.BgClassName
{
background-color: #CB525C;
}
</style>
border-color css
<style>
span { border-color: #CB525C; }
span { border-color: rgb(203,82,92); }
td.TdClassName
{
border-color: #CB525C;
}
.TagClassName
{
border-color: #CB525C;
}
</style>