Shades of Mandy #CB6265
Tints of Mandy #CB6265
RGB
CMYK
RGB Variations
Color information
#CB6265 (or 0xCB6265) is known color: Mandy. HEX triplet: CB, 62 and 65. RGB value is (203,98,101). Sum of RGB (Red+Green+Blue) = 203+98+101=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6265 is #349D9A. Grayscale: #818181. Windows color (decimal): -3448219 or 6644427. OLE color: 6644427.
HSL color Cylindrical-coordinate representation of color #CB6265: hue angle of 358.29º 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 #CB6265 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 101 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.20 |
| HSL | 358.29º | 0.5% | 0.59% | - |
| HSV(B) | 358.29º | 0.52% | 0.8% | - |
| XYZ | 31.35 | 22.37 | 14.98 | - |
| YUV | 129.74 | 111.79 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 101 | 0 | 0.52 | 0.50 | 0.20 | 358.29 | 0.5 | 0.59 |
| Hex | CB | 62 | 65 | 0 | 34 | 32 | 14 | 166 | 32 | 3B |
| Octal | 313 | 142 | 145 | 0 | 64 | 62 | 24 | 546 | 62 | 73 |
| Binary | 11001011 | 1100010 | 1100101 | 0 | 110100 | 110010 | 10100 | 101100110 | 110010 | 111011 |
Color Harmonies of #CB6265
Complementary color
Monochromatic Colors of #CB6265
Black with #CB6265
Text Example
Text Example
White with #CB6265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6265; }
p { color: rgb(203,98,101); }
H1.HeaderClassName
{
color: #CB6265;
}
.AnyTagClassName
{
color: #CB6265;
}
</style>
background-color css
<style>
a { background-color: #CB6265; }
a { background-color: rgb(203,98,101); }
div.DivClassName
{
background-color: #CB6265;
}
.BgClassName
{
background-color: #CB6265;
}
</style>
border-color css
<style>
span { border-color: #CB6265; }
span { border-color: rgb(203,98,101); }
td.TdClassName
{
border-color: #CB6265;
}
.TagClassName
{
border-color: #CB6265;
}
</style>