Shades of Mandy #CB6163
Tints of Mandy #CB6163
RGB
CMYK
RGB Variations
Color information
#CB6163 (or 0xCB6163) is known color: Mandy. HEX triplet: CB, 61 and 63. RGB value is (203,97,99). Sum of RGB (Red+Green+Blue) = 203+97+99=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6163 is #349E9C. Grayscale: #818181. Windows color (decimal): -3448477 or 6513099. OLE color: 6513099.
HSL color Cylindrical-coordinate representation of color #CB6163: hue angle of 358.87º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6163 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 99 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.20 |
| HSL | 358.87º | 0.5% | 0.59% | - |
| HSV(B) | 358.87º | 0.52% | 0.8% | - |
| XYZ | 31.16 | 22.15 | 14.44 | - |
| YUV | 128.92 | 111.12 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 99 | 0 | 0.52 | 0.51 | 0.20 | 358.87 | 0.5 | 0.59 |
| Hex | CB | 61 | 63 | 0 | 34 | 33 | 14 | 167 | 32 | 3B |
| Octal | 313 | 141 | 143 | 0 | 64 | 63 | 24 | 547 | 62 | 73 |
| Binary | 11001011 | 1100001 | 1100011 | 0 | 110100 | 110011 | 10100 | 101100111 | 110010 | 111011 |
Color Harmonies of #CB6163
Complementary color
Monochromatic Colors of #CB6163
Black with #CB6163
Text Example
Text Example
White with #CB6163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6163; }
p { color: rgb(203,97,99); }
H1.HeaderClassName
{
color: #CB6163;
}
.AnyTagClassName
{
color: #CB6163;
}
</style>
background-color css
<style>
a { background-color: #CB6163; }
a { background-color: rgb(203,97,99); }
div.DivClassName
{
background-color: #CB6163;
}
.BgClassName
{
background-color: #CB6163;
}
</style>
border-color css
<style>
span { border-color: #CB6163; }
span { border-color: rgb(203,97,99); }
td.TdClassName
{
border-color: #CB6163;
}
.TagClassName
{
border-color: #CB6163;
}
</style>