Shades of Blush #C4425F
Tints of Blush #C4425F
RGB
CMYK
RGB Variations
Color information
#C4425F (or 0xC4425F) is known color: Blush. HEX triplet: C4, 42 and 5F. RGB value is (196,66,95). Sum of RGB (Red+Green+Blue) = 196+66+95=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4425F is #3BBDA0. Grayscale: #6C6C6C. Windows color (decimal): -3915169 or 6243012. OLE color: 6243012.
HSL color Cylindrical-coordinate representation of color #C4425F: hue angle of 346.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4425F is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 95 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.23 |
| HSL | 346.62º | 0.52% | 0.51% | - |
| HSV(B) | 346.62º | 0.66% | 0.77% | - |
| XYZ | 26.78 | 16.46 | 12.59 | - |
| YUV | 108.18 | 120.57 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 95 | 0 | 0.66 | 0.52 | 0.23 | 346.62 | 0.52 | 0.51 |
| Hex | C4 | 42 | 5F | 0 | 42 | 34 | 17 | 15B | 34 | 33 |
| Octal | 304 | 102 | 137 | 0 | 102 | 64 | 27 | 533 | 64 | 63 |
| Binary | 11000100 | 1000010 | 1011111 | 0 | 1000010 | 110100 | 10111 | 101011011 | 110100 | 110011 |
Color Harmonies of #C4425F
Complementary color
Monochromatic Colors of #C4425F
Black with #C4425F
Text Example
Text Example
White with #C4425F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4425F; }
p { color: rgb(196,66,95); }
H1.HeaderClassName
{
color: #C4425F;
}
.AnyTagClassName
{
color: #C4425F;
}
</style>
background-color css
<style>
a { background-color: #C4425F; }
a { background-color: rgb(196,66,95); }
div.DivClassName
{
background-color: #C4425F;
}
.BgClassName
{
background-color: #C4425F;
}
</style>
border-color css
<style>
span { border-color: #C4425F; }
span { border-color: rgb(196,66,95); }
td.TdClassName
{
border-color: #C4425F;
}
.TagClassName
{
border-color: #C4425F;
}
</style>