Shades of Mandy #CC434E
Tints of Mandy #CC434E
RGB
CMYK
RGB Variations
Color information
#CC434E (or 0xCC434E) is known color: Mandy. HEX triplet: CC, 43 and 4E. RGB value is (204,67,78). Sum of RGB (Red+Green+Blue) = 204+67+78=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC434E is #33BCB1. Grayscale: #6D6D6D. Windows color (decimal): -3390642 or 5129164. OLE color: 5129164.
HSL color Cylindrical-coordinate representation of color #CC434E: hue angle of 355.18º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC434E is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 78 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.2 |
| HSL | 355.18º | 0.57% | 0.53% | - |
| HSV(B) | 355.18º | 0.67% | 0.8% | - |
| XYZ | 28.28 | 17.4 | 9.08 | - |
| YUV | 109.22 | 110.39 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 78 | 0 | 0.67 | 0.62 | 0.2 | 355.18 | 0.57 | 0.53 |
| Hex | CC | 43 | 4E | 0 | 43 | 3E | 14 | 163 | 39 | 35 |
| Octal | 314 | 103 | 116 | 0 | 103 | 76 | 24 | 543 | 71 | 65 |
| Binary | 11001100 | 1000011 | 1001110 | 0 | 1000011 | 111110 | 10100 | 101100011 | 111001 | 110101 |
Color Harmonies of #CC434E
Complementary color
Monochromatic Colors of #CC434E
Black with #CC434E
Text Example
Text Example
White with #CC434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC434E; }
p { color: rgb(204,67,78); }
H1.HeaderClassName
{
color: #CC434E;
}
.AnyTagClassName
{
color: #CC434E;
}
</style>
background-color css
<style>
a { background-color: #CC434E; }
a { background-color: rgb(204,67,78); }
div.DivClassName
{
background-color: #CC434E;
}
.BgClassName
{
background-color: #CC434E;
}
</style>
border-color css
<style>
span { border-color: #CC434E; }
span { border-color: rgb(204,67,78); }
td.TdClassName
{
border-color: #CC434E;
}
.TagClassName
{
border-color: #CC434E;
}
</style>