Shades of Mandy #CC6467
Tints of Mandy #CC6467
RGB
CMYK
RGB Variations
Color information
#CC6467 (or 0xCC6467) is known color: Mandy. HEX triplet: CC, 64 and 67. RGB value is (204,100,103). Sum of RGB (Red+Green+Blue) = 204+100+103=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6467 is #339B98. Grayscale: #838383. Windows color (decimal): -3382169 or 6776012. OLE color: 6776012.
HSL color Cylindrical-coordinate representation of color #CC6467: hue angle of 358.27º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6467 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 103 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.2 |
| HSL | 358.27º | 0.5% | 0.6% | - |
| HSV(B) | 358.27º | 0.51% | 0.8% | - |
| XYZ | 31.91 | 22.93 | 15.58 | - |
| YUV | 131.44 | 111.96 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 103 | 0 | 0.51 | 0.50 | 0.2 | 358.27 | 0.5 | 0.6 |
| Hex | CC | 64 | 67 | 0 | 33 | 32 | 14 | 166 | 32 | 3C |
| Octal | 314 | 144 | 147 | 0 | 63 | 62 | 24 | 546 | 62 | 74 |
| Binary | 11001100 | 1100100 | 1100111 | 0 | 110011 | 110010 | 10100 | 101100110 | 110010 | 111100 |
Color Harmonies of #CC6467
Complementary color
Monochromatic Colors of #CC6467
Black with #CC6467
Text Example
Text Example
White with #CC6467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6467; }
p { color: rgb(204,100,103); }
H1.HeaderClassName
{
color: #CC6467;
}
.AnyTagClassName
{
color: #CC6467;
}
</style>
background-color css
<style>
a { background-color: #CC6467; }
a { background-color: rgb(204,100,103); }
div.DivClassName
{
background-color: #CC6467;
}
.BgClassName
{
background-color: #CC6467;
}
</style>
border-color css
<style>
span { border-color: #CC6467; }
span { border-color: rgb(204,100,103); }
td.TdClassName
{
border-color: #CC6467;
}
.TagClassName
{
border-color: #CC6467;
}
</style>