Shades of Blush #C04A69
Tints of Blush #C04A69
RGB
CMYK
RGB Variations
Color information
#C04A69 (or 0xC04A69) is known color: Blush. HEX triplet: C0, 4A and 69. RGB value is (192,74,105). Sum of RGB (Red+Green+Blue) = 192+74+105=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04A69 is #3FB596. Grayscale: #707070. Windows color (decimal): -4175255 or 6900416. OLE color: 6900416.
HSL color Cylindrical-coordinate representation of color #C04A69: hue angle of 344.24º 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 #C04A69 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 105 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.25 |
| HSL | 344.24º | 0.48% | 0.52% | - |
| HSV(B) | 344.24º | 0.61% | 0.75% | - |
| XYZ | 26.74 | 17.12 | 15.26 | - |
| YUV | 112.82 | 123.59 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 105 | 0 | 0.61 | 0.45 | 0.25 | 344.24 | 0.48 | 0.52 |
| Hex | C0 | 4A | 69 | 0 | 3D | 2D | 19 | 158 | 30 | 34 |
| Octal | 300 | 112 | 151 | 0 | 75 | 55 | 31 | 530 | 60 | 64 |
| Binary | 11000000 | 1001010 | 1101001 | 0 | 111101 | 101101 | 11001 | 101011000 | 110000 | 110100 |
Color Harmonies of #C04A69
Complementary color
Monochromatic Colors of #C04A69
Black with #C04A69
Text Example
Text Example
White with #C04A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A69; }
p { color: rgb(192,74,105); }
H1.HeaderClassName
{
color: #C04A69;
}
.AnyTagClassName
{
color: #C04A69;
}
</style>
background-color css
<style>
a { background-color: #C04A69; }
a { background-color: rgb(192,74,105); }
div.DivClassName
{
background-color: #C04A69;
}
.BgClassName
{
background-color: #C04A69;
}
</style>
border-color css
<style>
span { border-color: #C04A69; }
span { border-color: rgb(192,74,105); }
td.TdClassName
{
border-color: #C04A69;
}
.TagClassName
{
border-color: #C04A69;
}
</style>