Shades of Blush #C04A68
Tints of Blush #C04A68
RGB
CMYK
RGB Variations
Color information
#C04A68 (or 0xC04A68) is known color: Blush. HEX triplet: C0, 4A and 68. RGB value is (192,74,104). Sum of RGB (Red+Green+Blue) = 192+74+104=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04A68 is #3FB597. Grayscale: #707070. Windows color (decimal): -4175256 or 6834880. OLE color: 6834880.
HSL color Cylindrical-coordinate representation of color #C04A68: hue angle of 344.75º 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 #C04A68 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 104 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.25 |
| HSL | 344.75º | 0.48% | 0.52% | - |
| HSV(B) | 344.75º | 0.61% | 0.75% | - |
| XYZ | 26.69 | 17.1 | 14.99 | - |
| YUV | 112.7 | 123.09 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 104 | 0 | 0.61 | 0.46 | 0.25 | 344.75 | 0.48 | 0.52 |
| Hex | C0 | 4A | 68 | 0 | 3D | 2E | 19 | 159 | 30 | 34 |
| Octal | 300 | 112 | 150 | 0 | 75 | 56 | 31 | 531 | 60 | 64 |
| Binary | 11000000 | 1001010 | 1101000 | 0 | 111101 | 101110 | 11001 | 101011001 | 110000 | 110100 |
Color Harmonies of #C04A68
Complementary color
Monochromatic Colors of #C04A68
Black with #C04A68
Text Example
Text Example
White with #C04A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A68; }
p { color: rgb(192,74,104); }
H1.HeaderClassName
{
color: #C04A68;
}
.AnyTagClassName
{
color: #C04A68;
}
</style>
background-color css
<style>
a { background-color: #C04A68; }
a { background-color: rgb(192,74,104); }
div.DivClassName
{
background-color: #C04A68;
}
.BgClassName
{
background-color: #C04A68;
}
</style>
border-color css
<style>
span { border-color: #C04A68; }
span { border-color: rgb(192,74,104); }
td.TdClassName
{
border-color: #C04A68;
}
.TagClassName
{
border-color: #C04A68;
}
</style>