Shades of Mandy #CB6062
Tints of Mandy #CB6062
RGB
CMYK
RGB Variations
Color information
#CB6062 (or 0xCB6062) is known color: Mandy. HEX triplet: CB, 60 and 62. RGB value is (203,96,98). Sum of RGB (Red+Green+Blue) = 203+96+98=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6062 is #349F9D. Grayscale: #808080. Windows color (decimal): -3448734 or 6447307. OLE color: 6447307.
HSL color Cylindrical-coordinate representation of color #CB6062: hue angle of 358.88º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6062 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 98 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.20 |
| HSL | 358.88º | 0.51% | 0.59% | - |
| HSV(B) | 358.88º | 0.53% | 0.8% | - |
| XYZ | 31.02 | 21.94 | 14.16 | - |
| YUV | 128.22 | 110.95 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 98 | 0 | 0.53 | 0.52 | 0.20 | 358.88 | 0.51 | 0.59 |
| Hex | CB | 60 | 62 | 0 | 35 | 34 | 14 | 167 | 33 | 3B |
| Octal | 313 | 140 | 142 | 0 | 65 | 64 | 24 | 547 | 63 | 73 |
| Binary | 11001011 | 1100000 | 1100010 | 0 | 110101 | 110100 | 10100 | 101100111 | 110011 | 111011 |
Color Harmonies of #CB6062
Complementary color
Monochromatic Colors of #CB6062
Black with #CB6062
Text Example
Text Example
White with #CB6062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6062; }
p { color: rgb(203,96,98); }
H1.HeaderClassName
{
color: #CB6062;
}
.AnyTagClassName
{
color: #CB6062;
}
</style>
background-color css
<style>
a { background-color: #CB6062; }
a { background-color: rgb(203,96,98); }
div.DivClassName
{
background-color: #CB6062;
}
.BgClassName
{
background-color: #CB6062;
}
</style>
border-color css
<style>
span { border-color: #CB6062; }
span { border-color: rgb(203,96,98); }
td.TdClassName
{
border-color: #CB6062;
}
.TagClassName
{
border-color: #CB6062;
}
</style>