Shades of Blush #C03F62
Tints of Blush #C03F62
RGB
CMYK
RGB Variations
Color information
#C03F62 (or 0xC03F62) is known color: Blush. HEX triplet: C0, 3F and 62. RGB value is (192,63,98). Sum of RGB (Red+Green+Blue) = 192+63+98=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03F62 is #3FC09D. Grayscale: #696969. Windows color (decimal): -4178078 or 6438848. OLE color: 6438848.
HSL color Cylindrical-coordinate representation of color #C03F62: hue angle of 343.72º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03F62 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 98 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.25 |
| HSL | 343.72º | 0.51% | 0.5% | - |
| HSV(B) | 343.72º | 0.67% | 0.75% | - |
| XYZ | 25.72 | 15.64 | 13.22 | - |
| YUV | 105.56 | 123.74 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 98 | 0 | 0.67 | 0.49 | 0.25 | 343.72 | 0.51 | 0.5 |
| Hex | C0 | 3F | 62 | 0 | 43 | 31 | 19 | 158 | 33 | 32 |
| Octal | 300 | 77 | 142 | 0 | 103 | 61 | 31 | 530 | 63 | 62 |
| Binary | 11000000 | 111111 | 1100010 | 0 | 1000011 | 110001 | 11001 | 101011000 | 110011 | 110010 |
Color Harmonies of #C03F62
Complementary color
Monochromatic Colors of #C03F62
Black with #C03F62
Text Example
Text Example
White with #C03F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F62; }
p { color: rgb(192,63,98); }
H1.HeaderClassName
{
color: #C03F62;
}
.AnyTagClassName
{
color: #C03F62;
}
</style>
background-color css
<style>
a { background-color: #C03F62; }
a { background-color: rgb(192,63,98); }
div.DivClassName
{
background-color: #C03F62;
}
.BgClassName
{
background-color: #C03F62;
}
</style>
border-color css
<style>
span { border-color: #C03F62; }
span { border-color: rgb(192,63,98); }
td.TdClassName
{
border-color: #C03F62;
}
.TagClassName
{
border-color: #C03F62;
}
</style>