Shades of Blush #C03F66
Tints of Blush #C03F66
RGB
CMYK
RGB Variations
Color information
#C03F66 (or 0xC03F66) is known color: Blush. HEX triplet: C0, 3F and 66. RGB value is (192,63,102). Sum of RGB (Red+Green+Blue) = 192+63+102=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03F66 is #3FC099. Grayscale: #696969. Windows color (decimal): -4178074 or 6700992. OLE color: 6700992.
HSL color Cylindrical-coordinate representation of color #C03F66: hue angle of 341.86º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03F66 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 102 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.25 |
| HSL | 341.86º | 0.51% | 0.5% | - |
| HSV(B) | 341.86º | 0.67% | 0.75% | - |
| XYZ | 25.91 | 15.72 | 14.24 | - |
| YUV | 106.02 | 125.74 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 102 | 0 | 0.67 | 0.47 | 0.25 | 341.86 | 0.51 | 0.5 |
| Hex | C0 | 3F | 66 | 0 | 43 | 2F | 19 | 156 | 33 | 32 |
| Octal | 300 | 77 | 146 | 0 | 103 | 57 | 31 | 526 | 63 | 62 |
| Binary | 11000000 | 111111 | 1100110 | 0 | 1000011 | 101111 | 11001 | 101010110 | 110011 | 110010 |
Color Harmonies of #C03F66
Complementary color
Monochromatic Colors of #C03F66
Black with #C03F66
Text Example
Text Example
White with #C03F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F66; }
p { color: rgb(192,63,102); }
H1.HeaderClassName
{
color: #C03F66;
}
.AnyTagClassName
{
color: #C03F66;
}
</style>
background-color css
<style>
a { background-color: #C03F66; }
a { background-color: rgb(192,63,102); }
div.DivClassName
{
background-color: #C03F66;
}
.BgClassName
{
background-color: #C03F66;
}
</style>
border-color css
<style>
span { border-color: #C03F66; }
span { border-color: rgb(192,63,102); }
td.TdClassName
{
border-color: #C03F66;
}
.TagClassName
{
border-color: #C03F66;
}
</style>