Shades of Blush #C04666
Tints of Blush #C04666
RGB
CMYK
RGB Variations
Color information
#C04666 (or 0xC04666) is known color: Blush. HEX triplet: C0, 46 and 66. RGB value is (192,70,102). Sum of RGB (Red+Green+Blue) = 192+70+102=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C04666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04666 is #3FB999. Grayscale: #6E6E6E. Windows color (decimal): -4176282 or 6702784. OLE color: 6702784.
HSL color Cylindrical-coordinate representation of color #C04666: hue angle of 344.26º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04666 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 102 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.25 |
| HSL | 344.26º | 0.49% | 0.51% | - |
| HSV(B) | 344.26º | 0.64% | 0.75% | - |
| XYZ | 26.33 | 16.55 | 14.38 | - |
| YUV | 110.13 | 123.42 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 102 | 0 | 0.64 | 0.47 | 0.25 | 344.26 | 0.49 | 0.51 |
| Hex | C0 | 46 | 66 | 0 | 40 | 2F | 19 | 158 | 31 | 33 |
| Octal | 300 | 106 | 146 | 0 | 100 | 57 | 31 | 530 | 61 | 63 |
| Binary | 11000000 | 1000110 | 1100110 | 0 | 1000000 | 101111 | 11001 | 101011000 | 110001 | 110011 |
Color Harmonies of #C04666
Complementary color
Monochromatic Colors of #C04666
Black with #C04666
Text Example
Text Example
White with #C04666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04666; }
p { color: rgb(192,70,102); }
H1.HeaderClassName
{
color: #C04666;
}
.AnyTagClassName
{
color: #C04666;
}
</style>
background-color css
<style>
a { background-color: #C04666; }
a { background-color: rgb(192,70,102); }
div.DivClassName
{
background-color: #C04666;
}
.BgClassName
{
background-color: #C04666;
}
</style>
border-color css
<style>
span { border-color: #C04666; }
span { border-color: rgb(192,70,102); }
td.TdClassName
{
border-color: #C04666;
}
.TagClassName
{
border-color: #C04666;
}
</style>