Shades of Blush #C04462
Tints of Blush #C04462
RGB
CMYK
RGB Variations
Color information
#C04462 (or 0xC04462) is known color: Blush. HEX triplet: C0, 44 and 62. RGB value is (192,68,98). Sum of RGB (Red+Green+Blue) = 192+68+98=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C04462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04462 is #3FBB9D. Grayscale: #6C6C6C. Windows color (decimal): -4176798 or 6440128. OLE color: 6440128.
HSL color Cylindrical-coordinate representation of color #C04462: hue angle of 345.48º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04462 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 98 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.25 |
| HSL | 345.48º | 0.5% | 0.51% | - |
| HSV(B) | 345.48º | 0.65% | 0.75% | - |
| XYZ | 26.01 | 16.22 | 13.32 | - |
| YUV | 108.5 | 122.08 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 98 | 0 | 0.65 | 0.49 | 0.25 | 345.48 | 0.5 | 0.51 |
| Hex | C0 | 44 | 62 | 0 | 41 | 31 | 19 | 159 | 32 | 33 |
| Octal | 300 | 104 | 142 | 0 | 101 | 61 | 31 | 531 | 62 | 63 |
| Binary | 11000000 | 1000100 | 1100010 | 0 | 1000001 | 110001 | 11001 | 101011001 | 110010 | 110011 |
Color Harmonies of #C04462
Complementary color
Monochromatic Colors of #C04462
Black with #C04462
Text Example
Text Example
White with #C04462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04462; }
p { color: rgb(192,68,98); }
H1.HeaderClassName
{
color: #C04462;
}
.AnyTagClassName
{
color: #C04462;
}
</style>
background-color css
<style>
a { background-color: #C04462; }
a { background-color: rgb(192,68,98); }
div.DivClassName
{
background-color: #C04462;
}
.BgClassName
{
background-color: #C04462;
}
</style>
border-color css
<style>
span { border-color: #C04462; }
span { border-color: rgb(192,68,98); }
td.TdClassName
{
border-color: #C04462;
}
.TagClassName
{
border-color: #C04462;
}
</style>