Shades of Blush #C43B64
Tints of Blush #C43B64
RGB
CMYK
RGB Variations
Color information
#C43B64 (or 0xC43B64) is known color: Blush. HEX triplet: C4, 3B and 64. RGB value is (196,59,100). Sum of RGB (Red+Green+Blue) = 196+59+100=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43B64 is #3BC49B. Grayscale: #686868. Windows color (decimal): -3916956 or 6568900. OLE color: 6568900.
HSL color Cylindrical-coordinate representation of color #C43B64: hue angle of 342.04º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43B64 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 59 | 100 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.23 |
| HSL | 342.04º | 0.54% | 0.5% | - |
| HSV(B) | 342.04º | 0.7% | 0.77% | - |
| XYZ | 26.63 | 15.78 | 13.7 | - |
| YUV | 104.64 | 125.39 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 100 | 0 | 0.70 | 0.49 | 0.23 | 342.04 | 0.54 | 0.5 |
| Hex | C4 | 3B | 64 | 0 | 46 | 31 | 17 | 156 | 36 | 32 |
| Octal | 304 | 73 | 144 | 0 | 106 | 61 | 27 | 526 | 66 | 62 |
| Binary | 11000100 | 111011 | 1100100 | 0 | 1000110 | 110001 | 10111 | 101010110 | 110110 | 110010 |
Color Harmonies of #C43B64
Complementary color
Monochromatic Colors of #C43B64
Black with #C43B64
Text Example
Text Example
White with #C43B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43B64; }
p { color: rgb(196,59,100); }
H1.HeaderClassName
{
color: #C43B64;
}
.AnyTagClassName
{
color: #C43B64;
}
</style>
background-color css
<style>
a { background-color: #C43B64; }
a { background-color: rgb(196,59,100); }
div.DivClassName
{
background-color: #C43B64;
}
.BgClassName
{
background-color: #C43B64;
}
</style>
border-color css
<style>
span { border-color: #C43B64; }
span { border-color: rgb(196,59,100); }
td.TdClassName
{
border-color: #C43B64;
}
.TagClassName
{
border-color: #C43B64;
}
</style>