Shades of Mandy #CB525A
Tints of Mandy #CB525A
RGB
CMYK
RGB Variations
Color information
#CB525A (or 0xCB525A) is known color: Mandy. HEX triplet: CB, 52 and 5A. RGB value is (203,82,90). Sum of RGB (Red+Green+Blue) = 203+82+90=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB525A is #34ADA5. Grayscale: #777777. Windows color (decimal): -3452326 or 5919435. OLE color: 5919435.
HSL color Cylindrical-coordinate representation of color #CB525A: hue angle of 356.03º 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 #CB525A is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 90 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.20 |
| HSL | 356.03º | 0.54% | 0.56% | - |
| HSV(B) | 356.03º | 0.6% | 0.8% | - |
| XYZ | 29.49 | 19.47 | 11.88 | - |
| YUV | 119.09 | 111.59 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 90 | 0 | 0.60 | 0.56 | 0.20 | 356.03 | 0.54 | 0.56 |
| Hex | CB | 52 | 5A | 0 | 3C | 38 | 14 | 164 | 36 | 38 |
| Octal | 313 | 122 | 132 | 0 | 74 | 70 | 24 | 544 | 66 | 70 |
| Binary | 11001011 | 1010010 | 1011010 | 0 | 111100 | 111000 | 10100 | 101100100 | 110110 | 111000 |
Color Harmonies of #CB525A
Complementary color
Monochromatic Colors of #CB525A
Black with #CB525A
Text Example
Text Example
White with #CB525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB525A; }
p { color: rgb(203,82,90); }
H1.HeaderClassName
{
color: #CB525A;
}
.AnyTagClassName
{
color: #CB525A;
}
</style>
background-color css
<style>
a { background-color: #CB525A; }
a { background-color: rgb(203,82,90); }
div.DivClassName
{
background-color: #CB525A;
}
.BgClassName
{
background-color: #CB525A;
}
</style>
border-color css
<style>
span { border-color: #CB525A; }
span { border-color: rgb(203,82,90); }
td.TdClassName
{
border-color: #CB525A;
}
.TagClassName
{
border-color: #CB525A;
}
</style>