Shades of Mandy #CC435C
Tints of Mandy #CC435C
RGB
CMYK
RGB Variations
Color information
#CC435C (or 0xCC435C) is known color: Mandy. HEX triplet: CC, 43 and 5C. RGB value is (204,67,92). Sum of RGB (Red+Green+Blue) = 204+67+92=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC435C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC435C is #33BCA3. Grayscale: #6E6E6E. Windows color (decimal): -3390628 or 6046668. OLE color: 6046668.
HSL color Cylindrical-coordinate representation of color #CC435C: hue angle of 349.05º 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 #CC435C is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 92 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.2 |
| HSL | 349.05º | 0.57% | 0.53% | - |
| HSV(B) | 349.05º | 0.67% | 0.8% | - |
| XYZ | 28.84 | 17.62 | 12.01 | - |
| YUV | 110.81 | 117.39 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 92 | 0 | 0.67 | 0.55 | 0.2 | 349.05 | 0.57 | 0.53 |
| Hex | CC | 43 | 5C | 0 | 43 | 37 | 14 | 15D | 39 | 35 |
| Octal | 314 | 103 | 134 | 0 | 103 | 67 | 24 | 535 | 71 | 65 |
| Binary | 11001100 | 1000011 | 1011100 | 0 | 1000011 | 110111 | 10100 | 101011101 | 111001 | 110101 |
Color Harmonies of #CC435C
Complementary color
Monochromatic Colors of #CC435C
Black with #CC435C
Text Example
Text Example
White with #CC435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC435C; }
p { color: rgb(204,67,92); }
H1.HeaderClassName
{
color: #CC435C;
}
.AnyTagClassName
{
color: #CC435C;
}
</style>
background-color css
<style>
a { background-color: #CC435C; }
a { background-color: rgb(204,67,92); }
div.DivClassName
{
background-color: #CC435C;
}
.BgClassName
{
background-color: #CC435C;
}
</style>
border-color css
<style>
span { border-color: #CC435C; }
span { border-color: rgb(204,67,92); }
td.TdClassName
{
border-color: #CC435C;
}
.TagClassName
{
border-color: #CC435C;
}
</style>