Shades of Mandy #CC434A
Tints of Mandy #CC434A
RGB
CMYK
RGB Variations
Color information
#CC434A (or 0xCC434A) is known color: Mandy. HEX triplet: CC, 43 and 4A. RGB value is (204,67,74). Sum of RGB (Red+Green+Blue) = 204+67+74=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC434A is #33BCB5. Grayscale: #6C6C6C. Windows color (decimal): -3390646 or 4867020. OLE color: 4867020.
HSL color Cylindrical-coordinate representation of color #CC434A: hue angle of 356.93º 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 #CC434A is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 74 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.2 |
| HSL | 356.93º | 0.57% | 0.53% | - |
| HSV(B) | 356.93º | 0.67% | 0.8% | - |
| XYZ | 28.15 | 17.35 | 8.34 | - |
| YUV | 108.76 | 108.39 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 74 | 0 | 0.67 | 0.64 | 0.2 | 356.93 | 0.57 | 0.53 |
| Hex | CC | 43 | 4A | 0 | 43 | 40 | 14 | 165 | 39 | 35 |
| Octal | 314 | 103 | 112 | 0 | 103 | 100 | 24 | 545 | 71 | 65 |
| Binary | 11001100 | 1000011 | 1001010 | 0 | 1000011 | 1000000 | 10100 | 101100101 | 111001 | 110101 |
Color Harmonies of #CC434A
Complementary color
Monochromatic Colors of #CC434A
Black with #CC434A
Text Example
Text Example
White with #CC434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC434A; }
p { color: rgb(204,67,74); }
H1.HeaderClassName
{
color: #CC434A;
}
.AnyTagClassName
{
color: #CC434A;
}
</style>
background-color css
<style>
a { background-color: #CC434A; }
a { background-color: rgb(204,67,74); }
div.DivClassName
{
background-color: #CC434A;
}
.BgClassName
{
background-color: #CC434A;
}
</style>
border-color css
<style>
span { border-color: #CC434A; }
span { border-color: rgb(204,67,74); }
td.TdClassName
{
border-color: #CC434A;
}
.TagClassName
{
border-color: #CC434A;
}
</style>