Shades of Blush #C14867
Tints of Blush #C14867
RGB
CMYK
RGB Variations
Color information
#C14867 (or 0xC14867) is known color: Blush. HEX triplet: C1, 48 and 67. RGB value is (193,72,103). Sum of RGB (Red+Green+Blue) = 193+72+103=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C14867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14867 is #3EB798. Grayscale: #6F6F6F. Windows color (decimal): -4110233 or 6768833. OLE color: 6768833.
HSL color Cylindrical-coordinate representation of color #C14867: hue angle of 344.63º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14867 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 103 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.24 |
| HSL | 344.63º | 0.49% | 0.52% | - |
| HSV(B) | 344.63º | 0.63% | 0.76% | - |
| XYZ | 26.76 | 16.95 | 14.69 | - |
| YUV | 111.71 | 123.09 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 103 | 0 | 0.63 | 0.47 | 0.24 | 344.63 | 0.49 | 0.52 |
| Hex | C1 | 48 | 67 | 0 | 3F | 2F | 18 | 159 | 31 | 34 |
| Octal | 301 | 110 | 147 | 0 | 77 | 57 | 30 | 531 | 61 | 64 |
| Binary | 11000001 | 1001000 | 1100111 | 0 | 111111 | 101111 | 11000 | 101011001 | 110001 | 110100 |
Color Harmonies of #C14867
Complementary color
Monochromatic Colors of #C14867
Black with #C14867
Text Example
Text Example
White with #C14867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14867; }
p { color: rgb(193,72,103); }
H1.HeaderClassName
{
color: #C14867;
}
.AnyTagClassName
{
color: #C14867;
}
</style>
background-color css
<style>
a { background-color: #C14867; }
a { background-color: rgb(193,72,103); }
div.DivClassName
{
background-color: #C14867;
}
.BgClassName
{
background-color: #C14867;
}
</style>
border-color css
<style>
span { border-color: #C14867; }
span { border-color: rgb(193,72,103); }
td.TdClassName
{
border-color: #C14867;
}
.TagClassName
{
border-color: #C14867;
}
</style>