Shades of Mandy #CD435C
Tints of Mandy #CD435C
RGB
CMYK
RGB Variations
Color information
#CD435C (or 0xCD435C) is known color: Mandy. HEX triplet: CD, 43 and 5C. RGB value is (205,67,92). Sum of RGB (Red+Green+Blue) = 205+67+92=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD435C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD435C is #32BCA3. Grayscale: #6F6F6F. Windows color (decimal): -3325092 or 6046669. OLE color: 6046669.
HSL color Cylindrical-coordinate representation of color #CD435C: hue angle of 349.13º degrees, saturation: 0.58, 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 #CD435C is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 67 | 92 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.20 |
| HSL | 349.13º | 0.58% | 0.53% | - |
| HSV(B) | 349.13º | 0.67% | 0.8% | - |
| XYZ | 29.12 | 17.77 | 12.02 | - |
| YUV | 111.11 | 117.22 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 67 | 92 | 0 | 0.67 | 0.55 | 0.20 | 349.13 | 0.58 | 0.53 |
| Hex | CD | 43 | 5C | 0 | 43 | 37 | 14 | 15D | 3A | 35 |
| Octal | 315 | 103 | 134 | 0 | 103 | 67 | 24 | 535 | 72 | 65 |
| Binary | 11001101 | 1000011 | 1011100 | 0 | 1000011 | 110111 | 10100 | 101011101 | 111010 | 110101 |
Color Harmonies of #CD435C
Complementary color
Monochromatic Colors of #CD435C
Black with #CD435C
Text Example
Text Example
White with #CD435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD435C; }
p { color: rgb(205,67,92); }
H1.HeaderClassName
{
color: #CD435C;
}
.AnyTagClassName
{
color: #CD435C;
}
</style>
background-color css
<style>
a { background-color: #CD435C; }
a { background-color: rgb(205,67,92); }
div.DivClassName
{
background-color: #CD435C;
}
.BgClassName
{
background-color: #CD435C;
}
</style>
border-color css
<style>
span { border-color: #CD435C; }
span { border-color: rgb(205,67,92); }
td.TdClassName
{
border-color: #CD435C;
}
.TagClassName
{
border-color: #CD435C;
}
</style>