Shades of Blush #C14067
Tints of Blush #C14067
RGB
CMYK
RGB Variations
Color information
#C14067 (or 0xC14067) is known color: Blush. HEX triplet: C1, 40 and 67. RGB value is (193,64,103). Sum of RGB (Red+Green+Blue) = 193+64+103=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C14067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14067 is #3EBF98. Grayscale: #6A6A6A. Windows color (decimal): -4112281 or 6766785. OLE color: 6766785.
HSL color Cylindrical-coordinate representation of color #C14067: hue angle of 341.86º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C14067 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 103 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.24 |
| HSL | 341.86º | 0.51% | 0.5% | - |
| HSV(B) | 341.86º | 0.67% | 0.76% | - |
| XYZ | 26.27 | 15.98 | 14.53 | - |
| YUV | 107.02 | 125.74 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 103 | 0 | 0.67 | 0.47 | 0.24 | 341.86 | 0.51 | 0.5 |
| Hex | C1 | 40 | 67 | 0 | 43 | 2F | 18 | 156 | 33 | 32 |
| Octal | 301 | 100 | 147 | 0 | 103 | 57 | 30 | 526 | 63 | 62 |
| Binary | 11000001 | 1000000 | 1100111 | 0 | 1000011 | 101111 | 11000 | 101010110 | 110011 | 110010 |
Color Harmonies of #C14067
Complementary color
Monochromatic Colors of #C14067
Black with #C14067
Text Example
Text Example
White with #C14067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14067; }
p { color: rgb(193,64,103); }
H1.HeaderClassName
{
color: #C14067;
}
.AnyTagClassName
{
color: #C14067;
}
</style>
background-color css
<style>
a { background-color: #C14067; }
a { background-color: rgb(193,64,103); }
div.DivClassName
{
background-color: #C14067;
}
.BgClassName
{
background-color: #C14067;
}
</style>
border-color css
<style>
span { border-color: #C14067; }
span { border-color: rgb(193,64,103); }
td.TdClassName
{
border-color: #C14067;
}
.TagClassName
{
border-color: #C14067;
}
</style>