Shades of Blush #C04B6D
Tints of Blush #C04B6D
RGB
CMYK
RGB Variations
Color information
#C04B6D (or 0xC04B6D) is known color: Blush. HEX triplet: C0, 4B and 6D. RGB value is (192,75,109). Sum of RGB (Red+Green+Blue) = 192+75+109=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B6D is #3FB492. Grayscale: #717171. Windows color (decimal): -4174995 or 7162816. OLE color: 7162816.
HSL color Cylindrical-coordinate representation of color #C04B6D: hue angle of 342.56º 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 #C04B6D is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 109 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.25 |
| HSL | 342.56º | 0.48% | 0.52% | - |
| HSV(B) | 342.56º | 0.61% | 0.75% | - |
| XYZ | 27.01 | 17.34 | 16.39 | - |
| YUV | 113.86 | 125.26 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 109 | 0 | 0.61 | 0.43 | 0.25 | 342.56 | 0.48 | 0.52 |
| Hex | C0 | 4B | 6D | 0 | 3D | 2B | 19 | 157 | 30 | 34 |
| Octal | 300 | 113 | 155 | 0 | 75 | 53 | 31 | 527 | 60 | 64 |
| Binary | 11000000 | 1001011 | 1101101 | 0 | 111101 | 101011 | 11001 | 101010111 | 110000 | 110100 |
Color Harmonies of #C04B6D
Complementary color
Monochromatic Colors of #C04B6D
Black with #C04B6D
Text Example
Text Example
White with #C04B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B6D; }
p { color: rgb(192,75,109); }
H1.HeaderClassName
{
color: #C04B6D;
}
.AnyTagClassName
{
color: #C04B6D;
}
</style>
background-color css
<style>
a { background-color: #C04B6D; }
a { background-color: rgb(192,75,109); }
div.DivClassName
{
background-color: #C04B6D;
}
.BgClassName
{
background-color: #C04B6D;
}
</style>
border-color css
<style>
span { border-color: #C04B6D; }
span { border-color: rgb(192,75,109); }
td.TdClassName
{
border-color: #C04B6D;
}
.TagClassName
{
border-color: #C04B6D;
}
</style>