Shades of Mandy #CC4353
Tints of Mandy #CC4353
RGB
CMYK
RGB Variations
Color information
#CC4353 (or 0xCC4353) is known color: Mandy. HEX triplet: CC, 43 and 53. RGB value is (204,67,83). Sum of RGB (Red+Green+Blue) = 204+67+83=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4353 is #33BCAC. Grayscale: #6D6D6D. Windows color (decimal): -3390637 or 5456844. OLE color: 5456844.
HSL color Cylindrical-coordinate representation of color #CC4353: hue angle of 352.99º 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 #CC4353 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 83 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.2 |
| HSL | 352.99º | 0.57% | 0.53% | - |
| HSV(B) | 352.99º | 0.67% | 0.8% | - |
| XYZ | 28.47 | 17.48 | 10.06 | - |
| YUV | 109.79 | 112.89 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 83 | 0 | 0.67 | 0.59 | 0.2 | 352.99 | 0.57 | 0.53 |
| Hex | CC | 43 | 53 | 0 | 43 | 3B | 14 | 161 | 39 | 35 |
| Octal | 314 | 103 | 123 | 0 | 103 | 73 | 24 | 541 | 71 | 65 |
| Binary | 11001100 | 1000011 | 1010011 | 0 | 1000011 | 111011 | 10100 | 101100001 | 111001 | 110101 |
Color Harmonies of #CC4353
Complementary color
Monochromatic Colors of #CC4353
Black with #CC4353
Text Example
Text Example
White with #CC4353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4353; }
p { color: rgb(204,67,83); }
H1.HeaderClassName
{
color: #CC4353;
}
.AnyTagClassName
{
color: #CC4353;
}
</style>
background-color css
<style>
a { background-color: #CC4353; }
a { background-color: rgb(204,67,83); }
div.DivClassName
{
background-color: #CC4353;
}
.BgClassName
{
background-color: #CC4353;
}
</style>
border-color css
<style>
span { border-color: #CC4353; }
span { border-color: rgb(204,67,83); }
td.TdClassName
{
border-color: #CC4353;
}
.TagClassName
{
border-color: #CC4353;
}
</style>