Shades of Blush #C43C65
Tints of Blush #C43C65
RGB
CMYK
RGB Variations
Color information
#C43C65 (or 0xC43C65) is known color: Blush. HEX triplet: C4, 3C and 65. RGB value is (196,60,101). Sum of RGB (Red+Green+Blue) = 196+60+101=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43C65 is #3BC39A. Grayscale: #696969. Windows color (decimal): -3916699 or 6634692. OLE color: 6634692.
HSL color Cylindrical-coordinate representation of color #C43C65: hue angle of 341.91º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43C65 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 60 | 101 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.23 |
| HSL | 341.91º | 0.54% | 0.5% | - |
| HSV(B) | 341.91º | 0.69% | 0.77% | - |
| XYZ | 26.73 | 15.91 | 13.97 | - |
| YUV | 105.34 | 125.56 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 101 | 0 | 0.69 | 0.48 | 0.23 | 341.91 | 0.54 | 0.5 |
| Hex | C4 | 3C | 65 | 0 | 45 | 30 | 17 | 156 | 36 | 32 |
| Octal | 304 | 74 | 145 | 0 | 105 | 60 | 27 | 526 | 66 | 62 |
| Binary | 11000100 | 111100 | 1100101 | 0 | 1000101 | 110000 | 10111 | 101010110 | 110110 | 110010 |
Color Harmonies of #C43C65
Complementary color
Monochromatic Colors of #C43C65
Black with #C43C65
Text Example
Text Example
White with #C43C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43C65; }
p { color: rgb(196,60,101); }
H1.HeaderClassName
{
color: #C43C65;
}
.AnyTagClassName
{
color: #C43C65;
}
</style>
background-color css
<style>
a { background-color: #C43C65; }
a { background-color: rgb(196,60,101); }
div.DivClassName
{
background-color: #C43C65;
}
.BgClassName
{
background-color: #C43C65;
}
</style>
border-color css
<style>
span { border-color: #C43C65; }
span { border-color: rgb(196,60,101); }
td.TdClassName
{
border-color: #C43C65;
}
.TagClassName
{
border-color: #C43C65;
}
</style>