Shades of Mandy #CC6267
Tints of Mandy #CC6267
RGB
CMYK
RGB Variations
Color information
#CC6267 (or 0xCC6267) is known color: Mandy. HEX triplet: CC, 62 and 67. RGB value is (204,98,103). Sum of RGB (Red+Green+Blue) = 204+98+103=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6267 is #339D98. Grayscale: #828282. Windows color (decimal): -3382681 or 6775500. OLE color: 6775500.
HSL color Cylindrical-coordinate representation of color #CC6267: hue angle of 357.17º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6267 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 103 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.2 |
| HSL | 357.17º | 0.51% | 0.59% | - |
| HSV(B) | 357.17º | 0.52% | 0.8% | - |
| XYZ | 31.72 | 22.55 | 15.51 | - |
| YUV | 130.26 | 112.62 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 103 | 0 | 0.52 | 0.50 | 0.2 | 357.17 | 0.51 | 0.59 |
| Hex | CC | 62 | 67 | 0 | 34 | 32 | 14 | 165 | 33 | 3B |
| Octal | 314 | 142 | 147 | 0 | 64 | 62 | 24 | 545 | 63 | 73 |
| Binary | 11001100 | 1100010 | 1100111 | 0 | 110100 | 110010 | 10100 | 101100101 | 110011 | 111011 |
Color Harmonies of #CC6267
Complementary color
Monochromatic Colors of #CC6267
Black with #CC6267
Text Example
Text Example
White with #CC6267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6267; }
p { color: rgb(204,98,103); }
H1.HeaderClassName
{
color: #CC6267;
}
.AnyTagClassName
{
color: #CC6267;
}
</style>
background-color css
<style>
a { background-color: #CC6267; }
a { background-color: rgb(204,98,103); }
div.DivClassName
{
background-color: #CC6267;
}
.BgClassName
{
background-color: #CC6267;
}
</style>
border-color css
<style>
span { border-color: #CC6267; }
span { border-color: rgb(204,98,103); }
td.TdClassName
{
border-color: #CC6267;
}
.TagClassName
{
border-color: #CC6267;
}
</style>