Shades of Mandy #CD434A
Tints of Mandy #CD434A
RGB
CMYK
RGB Variations
Color information
#CD434A (or 0xCD434A) is known color: Mandy. HEX triplet: CD, 43 and 4A. RGB value is (205,67,74). Sum of RGB (Red+Green+Blue) = 205+67+74=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD434A is #32BCB5. Grayscale: #6D6D6D. Windows color (decimal): -3325110 or 4867021. OLE color: 4867021.
HSL color Cylindrical-coordinate representation of color #CD434A: hue angle of 356.96º 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 #CD434A is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 67 | 74 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.20 |
| HSL | 356.96º | 0.58% | 0.53% | - |
| HSV(B) | 356.96º | 0.67% | 0.8% | - |
| XYZ | 28.42 | 17.49 | 8.36 | - |
| YUV | 109.06 | 108.22 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 67 | 74 | 0 | 0.67 | 0.64 | 0.20 | 356.96 | 0.58 | 0.53 |
| Hex | CD | 43 | 4A | 0 | 43 | 40 | 14 | 165 | 3A | 35 |
| Octal | 315 | 103 | 112 | 0 | 103 | 100 | 24 | 545 | 72 | 65 |
| Binary | 11001101 | 1000011 | 1001010 | 0 | 1000011 | 1000000 | 10100 | 101100101 | 111010 | 110101 |
Color Harmonies of #CD434A
Complementary color
Monochromatic Colors of #CD434A
Black with #CD434A
Text Example
Text Example
White with #CD434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD434A; }
p { color: rgb(205,67,74); }
H1.HeaderClassName
{
color: #CD434A;
}
.AnyTagClassName
{
color: #CD434A;
}
</style>
background-color css
<style>
a { background-color: #CD434A; }
a { background-color: rgb(205,67,74); }
div.DivClassName
{
background-color: #CD434A;
}
.BgClassName
{
background-color: #CD434A;
}
</style>
border-color css
<style>
span { border-color: #CD434A; }
span { border-color: rgb(205,67,74); }
td.TdClassName
{
border-color: #CD434A;
}
.TagClassName
{
border-color: #CD434A;
}
</style>