Shades of Blush #C43E61
Tints of Blush #C43E61
RGB
CMYK
RGB Variations
Color information
#C43E61 (or 0xC43E61) is known color: Blush. HEX triplet: C4, 3E and 61. RGB value is (196,62,97). Sum of RGB (Red+Green+Blue) = 196+62+97=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43E61 is #3BC19E. Grayscale: #6A6A6A. Windows color (decimal): -3916191 or 6373060. OLE color: 6373060.
HSL color Cylindrical-coordinate representation of color #C43E61: hue angle of 344.33º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43E61 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 97 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.23 |
| HSL | 344.33º | 0.53% | 0.51% | - |
| HSV(B) | 344.33º | 0.68% | 0.77% | - |
| XYZ | 26.65 | 16.04 | 13 | - |
| YUV | 106.06 | 122.89 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 97 | 0 | 0.68 | 0.51 | 0.23 | 344.33 | 0.53 | 0.51 |
| Hex | C4 | 3E | 61 | 0 | 44 | 33 | 17 | 158 | 35 | 33 |
| Octal | 304 | 76 | 141 | 0 | 104 | 63 | 27 | 530 | 65 | 63 |
| Binary | 11000100 | 111110 | 1100001 | 0 | 1000100 | 110011 | 10111 | 101011000 | 110101 | 110011 |
Color Harmonies of #C43E61
Complementary color
Monochromatic Colors of #C43E61
Black with #C43E61
Text Example
Text Example
White with #C43E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E61; }
p { color: rgb(196,62,97); }
H1.HeaderClassName
{
color: #C43E61;
}
.AnyTagClassName
{
color: #C43E61;
}
</style>
background-color css
<style>
a { background-color: #C43E61; }
a { background-color: rgb(196,62,97); }
div.DivClassName
{
background-color: #C43E61;
}
.BgClassName
{
background-color: #C43E61;
}
</style>
border-color css
<style>
span { border-color: #C43E61; }
span { border-color: rgb(196,62,97); }
td.TdClassName
{
border-color: #C43E61;
}
.TagClassName
{
border-color: #C43E61;
}
</style>