Shades of Blush #C04B69
Tints of Blush #C04B69
RGB
CMYK
RGB Variations
Color information
#C04B69 (or 0xC04B69) is known color: Blush. HEX triplet: C0, 4B and 69. RGB value is (192,75,105). Sum of RGB (Red+Green+Blue) = 192+75+105=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B69 is #3FB496. Grayscale: #717171. Windows color (decimal): -4174999 or 6900672. OLE color: 6900672.
HSL color Cylindrical-coordinate representation of color #C04B69: hue angle of 344.62º 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 #C04B69 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 105 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.25 |
| HSL | 344.62º | 0.48% | 0.52% | - |
| HSV(B) | 344.62º | 0.61% | 0.75% | - |
| XYZ | 26.8 | 17.26 | 15.28 | - |
| YUV | 113.4 | 123.26 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 105 | 0 | 0.61 | 0.45 | 0.25 | 344.62 | 0.48 | 0.52 |
| Hex | C0 | 4B | 69 | 0 | 3D | 2D | 19 | 159 | 30 | 34 |
| Octal | 300 | 113 | 151 | 0 | 75 | 55 | 31 | 531 | 60 | 64 |
| Binary | 11000000 | 1001011 | 1101001 | 0 | 111101 | 101101 | 11001 | 101011001 | 110000 | 110100 |
Color Harmonies of #C04B69
Complementary color
Monochromatic Colors of #C04B69
Black with #C04B69
Text Example
Text Example
White with #C04B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B69; }
p { color: rgb(192,75,105); }
H1.HeaderClassName
{
color: #C04B69;
}
.AnyTagClassName
{
color: #C04B69;
}
</style>
background-color css
<style>
a { background-color: #C04B69; }
a { background-color: rgb(192,75,105); }
div.DivClassName
{
background-color: #C04B69;
}
.BgClassName
{
background-color: #C04B69;
}
</style>
border-color css
<style>
span { border-color: #C04B69; }
span { border-color: rgb(192,75,105); }
td.TdClassName
{
border-color: #C04B69;
}
.TagClassName
{
border-color: #C04B69;
}
</style>