Shades of Mandy #CB6465
Tints of Mandy #CB6465
RGB
CMYK
RGB Variations
Color information
#CB6465 (or 0xCB6465) is known color: Mandy. HEX triplet: CB, 64 and 65. RGB value is (203,100,101). Sum of RGB (Red+Green+Blue) = 203+100+101=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6465 is #349B9A. Grayscale: #838383. Windows color (decimal): -3447707 or 6644939. OLE color: 6644939.
HSL color Cylindrical-coordinate representation of color #CB6465: hue angle of 359.42º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6465 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 101 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.20 |
| HSL | 359.42º | 0.5% | 0.59% | - |
| HSV(B) | 359.42º | 0.51% | 0.8% | - |
| XYZ | 31.53 | 22.75 | 15.04 | - |
| YUV | 130.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 101 | 0 | 0.51 | 0.50 | 0.20 | 359.42 | 0.5 | 0.59 |
| Hex | CB | 64 | 65 | 0 | 33 | 32 | 14 | 167 | 32 | 3B |
| Octal | 313 | 144 | 145 | 0 | 63 | 62 | 24 | 547 | 62 | 73 |
| Binary | 11001011 | 1100100 | 1100101 | 0 | 110011 | 110010 | 10100 | 101100111 | 110010 | 111011 |
Color Harmonies of #CB6465
Complementary color
Monochromatic Colors of #CB6465
Black with #CB6465
Text Example
Text Example
White with #CB6465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6465; }
p { color: rgb(203,100,101); }
H1.HeaderClassName
{
color: #CB6465;
}
.AnyTagClassName
{
color: #CB6465;
}
</style>
background-color css
<style>
a { background-color: #CB6465; }
a { background-color: rgb(203,100,101); }
div.DivClassName
{
background-color: #CB6465;
}
.BgClassName
{
background-color: #CB6465;
}
</style>
border-color css
<style>
span { border-color: #CB6465; }
span { border-color: rgb(203,100,101); }
td.TdClassName
{
border-color: #CB6465;
}
.TagClassName
{
border-color: #CB6465;
}
</style>