Shades of Blush #C4415E
Tints of Blush #C4415E
RGB
CMYK
RGB Variations
Color information
#C4415E (or 0xC4415E) is known color: Blush. HEX triplet: C4, 41 and 5E. RGB value is (196,65,94). Sum of RGB (Red+Green+Blue) = 196+65+94=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C4415E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4415E is #3BBEA1. Grayscale: #6B6B6B. Windows color (decimal): -3915426 or 6177220. OLE color: 6177220.
HSL color Cylindrical-coordinate representation of color #C4415E: hue angle of 346.72º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4415E is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 94 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.23 |
| HSL | 346.72º | 0.53% | 0.51% | - |
| HSV(B) | 346.72º | 0.67% | 0.77% | - |
| XYZ | 26.68 | 16.32 | 12.33 | - |
| YUV | 107.48 | 120.4 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 94 | 0 | 0.67 | 0.52 | 0.23 | 346.72 | 0.53 | 0.51 |
| Hex | C4 | 41 | 5E | 0 | 43 | 34 | 17 | 15B | 35 | 33 |
| Octal | 304 | 101 | 136 | 0 | 103 | 64 | 27 | 533 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1011110 | 0 | 1000011 | 110100 | 10111 | 101011011 | 110101 | 110011 |
Color Harmonies of #C4415E
Complementary color
Monochromatic Colors of #C4415E
Black with #C4415E
Text Example
Text Example
White with #C4415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4415E; }
p { color: rgb(196,65,94); }
H1.HeaderClassName
{
color: #C4415E;
}
.AnyTagClassName
{
color: #C4415E;
}
</style>
background-color css
<style>
a { background-color: #C4415E; }
a { background-color: rgb(196,65,94); }
div.DivClassName
{
background-color: #C4415E;
}
.BgClassName
{
background-color: #C4415E;
}
</style>
border-color css
<style>
span { border-color: #C4415E; }
span { border-color: rgb(196,65,94); }
td.TdClassName
{
border-color: #C4415E;
}
.TagClassName
{
border-color: #C4415E;
}
</style>