Shades of Mandy #CC405B
Tints of Mandy #CC405B
RGB
CMYK
RGB Variations
Color information
#CC405B (or 0xCC405B) is known color: Mandy. HEX triplet: CC, 40 and 5B. RGB value is (204,64,91). Sum of RGB (Red+Green+Blue) = 204+64+91=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC405B is #33BFA4. Grayscale: #6C6C6C. Windows color (decimal): -3391397 or 5980364. OLE color: 5980364.
HSL color Cylindrical-coordinate representation of color #CC405B: hue angle of 348.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC405B is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 91 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.2 |
| HSL | 348.43º | 0.58% | 0.53% | - |
| HSV(B) | 348.43º | 0.69% | 0.8% | - |
| XYZ | 28.62 | 17.26 | 11.72 | - |
| YUV | 108.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 91 | 0 | 0.69 | 0.55 | 0.2 | 348.43 | 0.58 | 0.53 |
| Hex | CC | 40 | 5B | 0 | 45 | 37 | 14 | 15C | 3A | 35 |
| Octal | 314 | 100 | 133 | 0 | 105 | 67 | 24 | 534 | 72 | 65 |
| Binary | 11001100 | 1000000 | 1011011 | 0 | 1000101 | 110111 | 10100 | 101011100 | 111010 | 110101 |
Color Harmonies of #CC405B
Complementary color
Monochromatic Colors of #CC405B
Black with #CC405B
Text Example
Text Example
White with #CC405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC405B; }
p { color: rgb(204,64,91); }
H1.HeaderClassName
{
color: #CC405B;
}
.AnyTagClassName
{
color: #CC405B;
}
</style>
background-color css
<style>
a { background-color: #CC405B; }
a { background-color: rgb(204,64,91); }
div.DivClassName
{
background-color: #CC405B;
}
.BgClassName
{
background-color: #CC405B;
}
</style>
border-color css
<style>
span { border-color: #CC405B; }
span { border-color: rgb(204,64,91); }
td.TdClassName
{
border-color: #CC405B;
}
.TagClassName
{
border-color: #CC405B;
}
</style>