Shades of Blush #C04B6A
Tints of Blush #C04B6A
RGB
CMYK
RGB Variations
Color information
#C04B6A (or 0xC04B6A) is known color: Blush. HEX triplet: C0, 4B and 6A. RGB value is (192,75,106). Sum of RGB (Red+Green+Blue) = 192+75+106=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B6A is #3FB495. Grayscale: #717171. Windows color (decimal): -4174998 or 6966208. OLE color: 6966208.
HSL color Cylindrical-coordinate representation of color #C04B6A: hue angle of 344.1º 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 #C04B6A is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 106 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.25 |
| HSL | 344.1º | 0.48% | 0.52% | - |
| HSV(B) | 344.1º | 0.61% | 0.75% | - |
| XYZ | 26.86 | 17.28 | 15.56 | - |
| YUV | 113.52 | 123.76 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 106 | 0 | 0.61 | 0.45 | 0.25 | 344.1 | 0.48 | 0.52 |
| Hex | C0 | 4B | 6A | 0 | 3D | 2D | 19 | 158 | 30 | 34 |
| Octal | 300 | 113 | 152 | 0 | 75 | 55 | 31 | 530 | 60 | 64 |
| Binary | 11000000 | 1001011 | 1101010 | 0 | 111101 | 101101 | 11001 | 101011000 | 110000 | 110100 |
Color Harmonies of #C04B6A
Complementary color
Monochromatic Colors of #C04B6A
Black with #C04B6A
Text Example
Text Example
White with #C04B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B6A; }
p { color: rgb(192,75,106); }
H1.HeaderClassName
{
color: #C04B6A;
}
.AnyTagClassName
{
color: #C04B6A;
}
</style>
background-color css
<style>
a { background-color: #C04B6A; }
a { background-color: rgb(192,75,106); }
div.DivClassName
{
background-color: #C04B6A;
}
.BgClassName
{
background-color: #C04B6A;
}
</style>
border-color css
<style>
span { border-color: #C04B6A; }
span { border-color: rgb(192,75,106); }
td.TdClassName
{
border-color: #C04B6A;
}
.TagClassName
{
border-color: #C04B6A;
}
</style>