Shades of Mandy #CB6367
Tints of Mandy #CB6367
RGB
CMYK
RGB Variations
Color information
#CB6367 (or 0xCB6367) is known color: Mandy. HEX triplet: CB, 63 and 67. RGB value is (203,99,103). Sum of RGB (Red+Green+Blue) = 203+99+103=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6367 is #349C98. Grayscale: #828282. Windows color (decimal): -3447961 or 6775755. OLE color: 6775755.
HSL color Cylindrical-coordinate representation of color #CB6367: hue angle of 357.69º 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 #CB6367 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 103 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.20 |
| HSL | 357.69º | 0.5% | 0.59% | - |
| HSV(B) | 357.69º | 0.51% | 0.8% | - |
| XYZ | 31.54 | 22.6 | 15.53 | - |
| YUV | 130.55 | 112.46 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 103 | 0 | 0.51 | 0.49 | 0.20 | 357.69 | 0.5 | 0.59 |
| Hex | CB | 63 | 67 | 0 | 33 | 31 | 14 | 166 | 32 | 3B |
| Octal | 313 | 143 | 147 | 0 | 63 | 61 | 24 | 546 | 62 | 73 |
| Binary | 11001011 | 1100011 | 1100111 | 0 | 110011 | 110001 | 10100 | 101100110 | 110010 | 111011 |
Color Harmonies of #CB6367
Complementary color
Monochromatic Colors of #CB6367
Black with #CB6367
Text Example
Text Example
White with #CB6367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6367; }
p { color: rgb(203,99,103); }
H1.HeaderClassName
{
color: #CB6367;
}
.AnyTagClassName
{
color: #CB6367;
}
</style>
background-color css
<style>
a { background-color: #CB6367; }
a { background-color: rgb(203,99,103); }
div.DivClassName
{
background-color: #CB6367;
}
.BgClassName
{
background-color: #CB6367;
}
</style>
border-color css
<style>
span { border-color: #CB6367; }
span { border-color: rgb(203,99,103); }
td.TdClassName
{
border-color: #CB6367;
}
.TagClassName
{
border-color: #CB6367;
}
</style>