Shades of Blush #C14365
Tints of Blush #C14365
RGB
CMYK
RGB Variations
Color information
#C14365 (or 0xC14365) is known color: Blush. HEX triplet: C1, 43 and 65. RGB value is (193,67,101). Sum of RGB (Red+Green+Blue) = 193+67+101=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C14365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14365 is #3EBC9A. Grayscale: #6C6C6C. Windows color (decimal): -4111515 or 6636481. OLE color: 6636481.
HSL color Cylindrical-coordinate representation of color #C14365: hue angle of 343.81º 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 #C14365 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 101 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.24 |
| HSL | 343.81º | 0.5% | 0.51% | - |
| HSV(B) | 343.81º | 0.65% | 0.76% | - |
| XYZ | 26.35 | 16.29 | 14.07 | - |
| YUV | 108.55 | 123.74 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 101 | 0 | 0.65 | 0.48 | 0.24 | 343.81 | 0.5 | 0.51 |
| Hex | C1 | 43 | 65 | 0 | 41 | 30 | 18 | 158 | 32 | 33 |
| Octal | 301 | 103 | 145 | 0 | 101 | 60 | 30 | 530 | 62 | 63 |
| Binary | 11000001 | 1000011 | 1100101 | 0 | 1000001 | 110000 | 11000 | 101011000 | 110010 | 110011 |
Color Harmonies of #C14365
Complementary color
Monochromatic Colors of #C14365
Black with #C14365
Text Example
Text Example
White with #C14365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14365; }
p { color: rgb(193,67,101); }
H1.HeaderClassName
{
color: #C14365;
}
.AnyTagClassName
{
color: #C14365;
}
</style>
background-color css
<style>
a { background-color: #C14365; }
a { background-color: rgb(193,67,101); }
div.DivClassName
{
background-color: #C14365;
}
.BgClassName
{
background-color: #C14365;
}
</style>
border-color css
<style>
span { border-color: #C14365; }
span { border-color: rgb(193,67,101); }
td.TdClassName
{
border-color: #C14365;
}
.TagClassName
{
border-color: #C14365;
}
</style>