Shades of Blush #C05362
Tints of Blush #C05362
RGB
CMYK
RGB Variations
Color information
#C05362 (or 0xC05362) is known color: Blush. HEX triplet: C0, 53 and 62. RGB value is (192,83,98). Sum of RGB (Red+Green+Blue) = 192+83+98=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C05362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05362 is #3FAC9D. Grayscale: #757575. Windows color (decimal): -4172958 or 6443968. OLE color: 6443968.
HSL color Cylindrical-coordinate representation of color #C05362: hue angle of 351.74º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05362 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 98 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.25 |
| HSL | 351.74º | 0.46% | 0.54% | - |
| HSV(B) | 351.74º | 0.57% | 0.75% | - |
| XYZ | 27.04 | 18.27 | 13.66 | - |
| YUV | 117.3 | 117.11 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 98 | 0 | 0.57 | 0.49 | 0.25 | 351.74 | 0.46 | 0.54 |
| Hex | C0 | 53 | 62 | 0 | 39 | 31 | 19 | 160 | 2E | 36 |
| Octal | 300 | 123 | 142 | 0 | 71 | 61 | 31 | 540 | 56 | 66 |
| Binary | 11000000 | 1010011 | 1100010 | 0 | 111001 | 110001 | 11001 | 101100000 | 101110 | 110110 |
Color Harmonies of #C05362
Complementary color
Monochromatic Colors of #C05362
Black with #C05362
Text Example
Text Example
White with #C05362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05362; }
p { color: rgb(192,83,98); }
H1.HeaderClassName
{
color: #C05362;
}
.AnyTagClassName
{
color: #C05362;
}
</style>
background-color css
<style>
a { background-color: #C05362; }
a { background-color: rgb(192,83,98); }
div.DivClassName
{
background-color: #C05362;
}
.BgClassName
{
background-color: #C05362;
}
</style>
border-color css
<style>
span { border-color: #C05362; }
span { border-color: rgb(192,83,98); }
td.TdClassName
{
border-color: #C05362;
}
.TagClassName
{
border-color: #C05362;
}
</style>