Shades of Blush #C14363
Tints of Blush #C14363
RGB
CMYK
RGB Variations
Color information
#C14363 (or 0xC14363) is known color: Blush. HEX triplet: C1, 43 and 63. RGB value is (193,67,99). Sum of RGB (Red+Green+Blue) = 193+67+99=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C14363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14363 is #3EBC9C. Grayscale: #6C6C6C. Windows color (decimal): -4111517 or 6505409. OLE color: 6505409.
HSL color Cylindrical-coordinate representation of color #C14363: hue angle of 344.76º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14363 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 99 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.24 |
| HSL | 344.76º | 0.5% | 0.51% | - |
| HSV(B) | 344.76º | 0.65% | 0.76% | - |
| XYZ | 26.25 | 16.25 | 13.56 | - |
| YUV | 108.32 | 122.74 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 99 | 0 | 0.65 | 0.49 | 0.24 | 344.76 | 0.5 | 0.51 |
| Hex | C1 | 43 | 63 | 0 | 41 | 31 | 18 | 159 | 32 | 33 |
| Octal | 301 | 103 | 143 | 0 | 101 | 61 | 30 | 531 | 62 | 63 |
| Binary | 11000001 | 1000011 | 1100011 | 0 | 1000001 | 110001 | 11000 | 101011001 | 110010 | 110011 |
Color Harmonies of #C14363
Complementary color
Monochromatic Colors of #C14363
Black with #C14363
Text Example
Text Example
White with #C14363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14363; }
p { color: rgb(193,67,99); }
H1.HeaderClassName
{
color: #C14363;
}
.AnyTagClassName
{
color: #C14363;
}
</style>
background-color css
<style>
a { background-color: #C14363; }
a { background-color: rgb(193,67,99); }
div.DivClassName
{
background-color: #C14363;
}
.BgClassName
{
background-color: #C14363;
}
</style>
border-color css
<style>
span { border-color: #C14363; }
span { border-color: rgb(193,67,99); }
td.TdClassName
{
border-color: #C14363;
}
.TagClassName
{
border-color: #C14363;
}
</style>