Shades of Mandy #CC6266
Tints of Mandy #CC6266
RGB
CMYK
RGB Variations
Color information
#CC6266 (or 0xCC6266) is known color: Mandy. HEX triplet: CC, 62 and 66. RGB value is (204,98,102). Sum of RGB (Red+Green+Blue) = 204+98+102=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6266 is #339D99. Grayscale: #828282. Windows color (decimal): -3382682 or 6709964. OLE color: 6709964.
HSL color Cylindrical-coordinate representation of color #CC6266: hue angle of 357.74º 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 #CC6266 is Cyan = 0, Magento = 0.52, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 102 | - |
| CMYK | 0 | 0.52 | 0.5 | 0.2 |
| HSL | 357.74º | 0.51% | 0.59% | - |
| HSV(B) | 357.74º | 0.52% | 0.8% | - |
| XYZ | 31.67 | 22.53 | 15.25 | - |
| YUV | 130.15 | 112.12 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 102 | 0 | 0.52 | 0.5 | 0.2 | 357.74 | 0.51 | 0.59 |
| Hex | CC | 62 | 66 | 0 | 34 | 32 | 14 | 166 | 33 | 3B |
| Octal | 314 | 142 | 146 | 0 | 64 | 62 | 24 | 546 | 63 | 73 |
| Binary | 11001100 | 1100010 | 1100110 | 0 | 110100 | 110010 | 10100 | 101100110 | 110011 | 111011 |
Color Harmonies of #CC6266
Complementary color
Monochromatic Colors of #CC6266
Black with #CC6266
Text Example
Text Example
White with #CC6266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6266; }
p { color: rgb(204,98,102); }
H1.HeaderClassName
{
color: #CC6266;
}
.AnyTagClassName
{
color: #CC6266;
}
</style>
background-color css
<style>
a { background-color: #CC6266; }
a { background-color: rgb(204,98,102); }
div.DivClassName
{
background-color: #CC6266;
}
.BgClassName
{
background-color: #CC6266;
}
</style>
border-color css
<style>
span { border-color: #CC6266; }
span { border-color: rgb(204,98,102); }
td.TdClassName
{
border-color: #CC6266;
}
.TagClassName
{
border-color: #CC6266;
}
</style>