Shades of Blush #C04B62
Tints of Blush #C04B62
RGB
CMYK
RGB Variations
Color information
#C04B62 (or 0xC04B62) is known color: Blush. HEX triplet: C0, 4B and 62. RGB value is (192,75,98). Sum of RGB (Red+Green+Blue) = 192+75+98=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B62 is #3FB49D. Grayscale: #707070. Windows color (decimal): -4175006 or 6441920. OLE color: 6441920.
HSL color Cylindrical-coordinate representation of color #C04B62: hue angle of 348.21º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04B62 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 98 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.25 |
| HSL | 348.21º | 0.48% | 0.52% | - |
| HSV(B) | 348.21º | 0.61% | 0.75% | - |
| XYZ | 26.46 | 17.12 | 13.47 | - |
| YUV | 112.61 | 119.76 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 98 | 0 | 0.61 | 0.49 | 0.25 | 348.21 | 0.48 | 0.52 |
| Hex | C0 | 4B | 62 | 0 | 3D | 31 | 19 | 15C | 30 | 34 |
| Octal | 300 | 113 | 142 | 0 | 75 | 61 | 31 | 534 | 60 | 64 |
| Binary | 11000000 | 1001011 | 1100010 | 0 | 111101 | 110001 | 11001 | 101011100 | 110000 | 110100 |
Color Harmonies of #C04B62
Complementary color
Monochromatic Colors of #C04B62
Black with #C04B62
Text Example
Text Example
White with #C04B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B62; }
p { color: rgb(192,75,98); }
H1.HeaderClassName
{
color: #C04B62;
}
.AnyTagClassName
{
color: #C04B62;
}
</style>
background-color css
<style>
a { background-color: #C04B62; }
a { background-color: rgb(192,75,98); }
div.DivClassName
{
background-color: #C04B62;
}
.BgClassName
{
background-color: #C04B62;
}
</style>
border-color css
<style>
span { border-color: #C04B62; }
span { border-color: rgb(192,75,98); }
td.TdClassName
{
border-color: #C04B62;
}
.TagClassName
{
border-color: #C04B62;
}
</style>