Shades of Mandy #CC6567
Tints of Mandy #CC6567
RGB
CMYK
RGB Variations
Color information
#CC6567 (or 0xCC6567) is known color: Mandy. HEX triplet: CC, 65 and 67. RGB value is (204,101,103). Sum of RGB (Red+Green+Blue) = 204+101+103=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6567 is #339A98. Grayscale: #848484. Windows color (decimal): -3381913 or 6776268. OLE color: 6776268.
HSL color Cylindrical-coordinate representation of color #CC6567: hue angle of 358.83º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6567 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 103 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.2 |
| HSL | 358.84º | 0.5% | 0.6% | - |
| HSV(B) | 358.84º | 0.5% | 0.8% | - |
| XYZ | 32 | 23.12 | 15.61 | - |
| YUV | 132.03 | 111.62 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 103 | 0 | 0.50 | 0.50 | 0.2 | 358.84 | 0.5 | 0.6 |
| Hex | CC | 65 | 67 | 0 | 32 | 32 | 14 | 167 | 32 | 3C |
| Octal | 314 | 145 | 147 | 0 | 62 | 62 | 24 | 547 | 62 | 74 |
| Binary | 11001100 | 1100101 | 1100111 | 0 | 110010 | 110010 | 10100 | 101100111 | 110010 | 111100 |
Color Harmonies of #CC6567
Complementary color
Monochromatic Colors of #CC6567
Black with #CC6567
Text Example
Text Example
White with #CC6567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6567; }
p { color: rgb(204,101,103); }
H1.HeaderClassName
{
color: #CC6567;
}
.AnyTagClassName
{
color: #CC6567;
}
</style>
background-color css
<style>
a { background-color: #CC6567; }
a { background-color: rgb(204,101,103); }
div.DivClassName
{
background-color: #CC6567;
}
.BgClassName
{
background-color: #CC6567;
}
</style>
border-color css
<style>
span { border-color: #CC6567; }
span { border-color: rgb(204,101,103); }
td.TdClassName
{
border-color: #CC6567;
}
.TagClassName
{
border-color: #CC6567;
}
</style>