Shades of Mandy #CC425A
Tints of Mandy #CC425A
RGB
CMYK
RGB Variations
Color information
#CC425A (or 0xCC425A) is known color: Mandy. HEX triplet: CC, 42 and 5A. RGB value is (204,66,90). Sum of RGB (Red+Green+Blue) = 204+66+90=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC425A is #33BDA5. Grayscale: #6E6E6E. Windows color (decimal): -3390886 or 5915340. OLE color: 5915340.
HSL color Cylindrical-coordinate representation of color #CC425A: hue angle of 349.57º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC425A is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 90 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.2 |
| HSL | 349.57º | 0.58% | 0.53% | - |
| HSV(B) | 349.57º | 0.68% | 0.8% | - |
| XYZ | 28.7 | 17.47 | 11.53 | - |
| YUV | 110 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 90 | 0 | 0.68 | 0.56 | 0.2 | 349.57 | 0.58 | 0.53 |
| Hex | CC | 42 | 5A | 0 | 44 | 38 | 14 | 15E | 3A | 35 |
| Octal | 314 | 102 | 132 | 0 | 104 | 70 | 24 | 536 | 72 | 65 |
| Binary | 11001100 | 1000010 | 1011010 | 0 | 1000100 | 111000 | 10100 | 101011110 | 111010 | 110101 |
Color Harmonies of #CC425A
Complementary color
Monochromatic Colors of #CC425A
Black with #CC425A
Text Example
Text Example
White with #CC425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC425A; }
p { color: rgb(204,66,90); }
H1.HeaderClassName
{
color: #CC425A;
}
.AnyTagClassName
{
color: #CC425A;
}
</style>
background-color css
<style>
a { background-color: #CC425A; }
a { background-color: rgb(204,66,90); }
div.DivClassName
{
background-color: #CC425A;
}
.BgClassName
{
background-color: #CC425A;
}
</style>
border-color css
<style>
span { border-color: #CC425A; }
span { border-color: rgb(204,66,90); }
td.TdClassName
{
border-color: #CC425A;
}
.TagClassName
{
border-color: #CC425A;
}
</style>