Shades of Blush #C05665
Tints of Blush #C05665
RGB
CMYK
RGB Variations
Color information
#C05665 (or 0xC05665) is known color: Blush. HEX triplet: C0, 56 and 65. RGB value is (192,86,101). Sum of RGB (Red+Green+Blue) = 192+86+101=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C05665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05665 is #3FA99A. Grayscale: #777777. Windows color (decimal): -4172187 or 6641344. OLE color: 6641344.
HSL color Cylindrical-coordinate representation of color #C05665: hue angle of 351.51º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05665 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 101 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.25 |
| HSL | 351.51º | 0.46% | 0.55% | - |
| HSV(B) | 351.51º | 0.55% | 0.75% | - |
| XYZ | 27.41 | 18.8 | 14.5 | - |
| YUV | 119.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 101 | 0 | 0.55 | 0.47 | 0.25 | 351.51 | 0.46 | 0.55 |
| Hex | C0 | 56 | 65 | 0 | 37 | 2F | 19 | 160 | 2E | 37 |
| Octal | 300 | 126 | 145 | 0 | 67 | 57 | 31 | 540 | 56 | 67 |
| Binary | 11000000 | 1010110 | 1100101 | 0 | 110111 | 101111 | 11001 | 101100000 | 101110 | 110111 |
Color Harmonies of #C05665
Complementary color
Monochromatic Colors of #C05665
Black with #C05665
Text Example
Text Example
White with #C05665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05665; }
p { color: rgb(192,86,101); }
H1.HeaderClassName
{
color: #C05665;
}
.AnyTagClassName
{
color: #C05665;
}
</style>
background-color css
<style>
a { background-color: #C05665; }
a { background-color: rgb(192,86,101); }
div.DivClassName
{
background-color: #C05665;
}
.BgClassName
{
background-color: #C05665;
}
</style>
border-color css
<style>
span { border-color: #C05665; }
span { border-color: rgb(192,86,101); }
td.TdClassName
{
border-color: #C05665;
}
.TagClassName
{
border-color: #C05665;
}
</style>