Shades of Blush #C0455C
Tints of Blush #C0455C
RGB
CMYK
RGB Variations
Color information
#C0455C (or 0xC0455C) is known color: Blush. HEX triplet: C0, 45 and 5C. RGB value is (192,69,92). Sum of RGB (Red+Green+Blue) = 192+69+92=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0455C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0455C is #3FBAA3. Grayscale: #6C6C6C. Windows color (decimal): -4176548 or 6047168. OLE color: 6047168.
HSL color Cylindrical-coordinate representation of color #C0455C: hue angle of 348.78º 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 #C0455C is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 92 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.25 |
| HSL | 348.78º | 0.49% | 0.51% | - |
| HSV(B) | 348.78º | 0.64% | 0.75% | - |
| XYZ | 25.8 | 16.24 | 11.9 | - |
| YUV | 108.4 | 118.75 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 92 | 0 | 0.64 | 0.52 | 0.25 | 348.78 | 0.49 | 0.51 |
| Hex | C0 | 45 | 5C | 0 | 40 | 34 | 19 | 15D | 31 | 33 |
| Octal | 300 | 105 | 134 | 0 | 100 | 64 | 31 | 535 | 61 | 63 |
| Binary | 11000000 | 1000101 | 1011100 | 0 | 1000000 | 110100 | 11001 | 101011101 | 110001 | 110011 |
Color Harmonies of #C0455C
Complementary color
Monochromatic Colors of #C0455C
Black with #C0455C
Text Example
Text Example
White with #C0455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0455C; }
p { color: rgb(192,69,92); }
H1.HeaderClassName
{
color: #C0455C;
}
.AnyTagClassName
{
color: #C0455C;
}
</style>
background-color css
<style>
a { background-color: #C0455C; }
a { background-color: rgb(192,69,92); }
div.DivClassName
{
background-color: #C0455C;
}
.BgClassName
{
background-color: #C0455C;
}
</style>
border-color css
<style>
span { border-color: #C0455C; }
span { border-color: rgb(192,69,92); }
td.TdClassName
{
border-color: #C0455C;
}
.TagClassName
{
border-color: #C0455C;
}
</style>