Shades of Mandy #CC444A
Tints of Mandy #CC444A
RGB
CMYK
RGB Variations
Color information
#CC444A (or 0xCC444A) is known color: Mandy. HEX triplet: CC, 44 and 4A. RGB value is (204,68,74). Sum of RGB (Red+Green+Blue) = 204+68+74=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC444A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC444A is #33BBB5. Grayscale: #6D6D6D. Windows color (decimal): -3390390 or 4867276. OLE color: 4867276.
HSL color Cylindrical-coordinate representation of color #CC444A: hue angle of 357.35º 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 #CC444A is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 74 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.2 |
| HSL | 357.35º | 0.57% | 0.53% | - |
| HSV(B) | 357.35º | 0.67% | 0.8% | - |
| XYZ | 28.2 | 17.47 | 8.36 | - |
| YUV | 109.35 | 108.06 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 74 | 0 | 0.67 | 0.64 | 0.2 | 357.35 | 0.57 | 0.53 |
| Hex | CC | 44 | 4A | 0 | 43 | 40 | 14 | 165 | 39 | 35 |
| Octal | 314 | 104 | 112 | 0 | 103 | 100 | 24 | 545 | 71 | 65 |
| Binary | 11001100 | 1000100 | 1001010 | 0 | 1000011 | 1000000 | 10100 | 101100101 | 111001 | 110101 |
Color Harmonies of #CC444A
Complementary color
Monochromatic Colors of #CC444A
Black with #CC444A
Text Example
Text Example
White with #CC444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC444A; }
p { color: rgb(204,68,74); }
H1.HeaderClassName
{
color: #CC444A;
}
.AnyTagClassName
{
color: #CC444A;
}
</style>
background-color css
<style>
a { background-color: #CC444A; }
a { background-color: rgb(204,68,74); }
div.DivClassName
{
background-color: #CC444A;
}
.BgClassName
{
background-color: #CC444A;
}
</style>
border-color css
<style>
span { border-color: #CC444A; }
span { border-color: rgb(204,68,74); }
td.TdClassName
{
border-color: #CC444A;
}
.TagClassName
{
border-color: #CC444A;
}
</style>