Shades of Mandy #CC6368
Tints of Mandy #CC6368
RGB
CMYK
RGB Variations
Color information
#CC6368 (or 0xCC6368) is known color: Mandy. HEX triplet: CC, 63 and 68. RGB value is (204,99,104). Sum of RGB (Red+Green+Blue) = 204+99+104=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6368 is #339C97. Grayscale: #838383. Windows color (decimal): -3382424 or 6841292. OLE color: 6841292.
HSL color Cylindrical-coordinate representation of color #CC6368: hue angle of 357.14º degrees, saturation: 0.51, 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 #CC6368 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 104 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.2 |
| HSL | 357.14º | 0.51% | 0.59% | - |
| HSV(B) | 357.14º | 0.51% | 0.8% | - |
| XYZ | 31.86 | 22.76 | 15.81 | - |
| YUV | 130.97 | 112.79 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 104 | 0 | 0.51 | 0.49 | 0.2 | 357.14 | 0.51 | 0.59 |
| Hex | CC | 63 | 68 | 0 | 33 | 31 | 14 | 165 | 33 | 3B |
| Octal | 314 | 143 | 150 | 0 | 63 | 61 | 24 | 545 | 63 | 73 |
| Binary | 11001100 | 1100011 | 1101000 | 0 | 110011 | 110001 | 10100 | 101100101 | 110011 | 111011 |
Color Harmonies of #CC6368
Complementary color
Monochromatic Colors of #CC6368
Black with #CC6368
Text Example
Text Example
White with #CC6368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6368; }
p { color: rgb(204,99,104); }
H1.HeaderClassName
{
color: #CC6368;
}
.AnyTagClassName
{
color: #CC6368;
}
</style>
background-color css
<style>
a { background-color: #CC6368; }
a { background-color: rgb(204,99,104); }
div.DivClassName
{
background-color: #CC6368;
}
.BgClassName
{
background-color: #CC6368;
}
</style>
border-color css
<style>
span { border-color: #CC6368; }
span { border-color: rgb(204,99,104); }
td.TdClassName
{
border-color: #CC6368;
}
.TagClassName
{
border-color: #CC6368;
}
</style>