Shades of Blush #C04162
Tints of Blush #C04162
RGB
CMYK
RGB Variations
Color information
#C04162 (or 0xC04162) is known color: Blush. HEX triplet: C0, 41 and 62. RGB value is (192,65,98). Sum of RGB (Red+Green+Blue) = 192+65+98=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C04162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04162 is #3FBE9D. Grayscale: #6A6A6A. Windows color (decimal): -4177566 or 6439360. OLE color: 6439360.
HSL color Cylindrical-coordinate representation of color #C04162: hue angle of 344.41º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04162 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 98 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.25 |
| HSL | 344.41º | 0.5% | 0.5% | - |
| HSV(B) | 344.41º | 0.66% | 0.75% | - |
| XYZ | 25.83 | 15.87 | 13.26 | - |
| YUV | 106.74 | 123.08 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 98 | 0 | 0.66 | 0.49 | 0.25 | 344.41 | 0.5 | 0.5 |
| Hex | C0 | 41 | 62 | 0 | 42 | 31 | 19 | 158 | 32 | 32 |
| Octal | 300 | 101 | 142 | 0 | 102 | 61 | 31 | 530 | 62 | 62 |
| Binary | 11000000 | 1000001 | 1100010 | 0 | 1000010 | 110001 | 11001 | 101011000 | 110010 | 110010 |
Color Harmonies of #C04162
Complementary color
Monochromatic Colors of #C04162
Black with #C04162
Text Example
Text Example
White with #C04162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04162; }
p { color: rgb(192,65,98); }
H1.HeaderClassName
{
color: #C04162;
}
.AnyTagClassName
{
color: #C04162;
}
</style>
background-color css
<style>
a { background-color: #C04162; }
a { background-color: rgb(192,65,98); }
div.DivClassName
{
background-color: #C04162;
}
.BgClassName
{
background-color: #C04162;
}
</style>
border-color css
<style>
span { border-color: #C04162; }
span { border-color: rgb(192,65,98); }
td.TdClassName
{
border-color: #C04162;
}
.TagClassName
{
border-color: #C04162;
}
</style>