Shades of Blush #C14064
Tints of Blush #C14064
RGB
CMYK
RGB Variations
Color information
#C14064 (or 0xC14064) is known color: Blush. HEX triplet: C1, 40 and 64. RGB value is (193,64,100). Sum of RGB (Red+Green+Blue) = 193+64+100=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C14064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14064 is #3EBF9B. Grayscale: #6A6A6A. Windows color (decimal): -4112284 or 6570177. OLE color: 6570177.
HSL color Cylindrical-coordinate representation of color #C14064: hue angle of 343.26º 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 #C14064 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 100 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.24 |
| HSL | 343.26º | 0.51% | 0.5% | - |
| HSV(B) | 343.26º | 0.67% | 0.76% | - |
| XYZ | 26.13 | 15.92 | 13.75 | - |
| YUV | 106.68 | 124.24 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 100 | 0 | 0.67 | 0.48 | 0.24 | 343.26 | 0.51 | 0.5 |
| Hex | C1 | 40 | 64 | 0 | 43 | 30 | 18 | 157 | 33 | 32 |
| Octal | 301 | 100 | 144 | 0 | 103 | 60 | 30 | 527 | 63 | 62 |
| Binary | 11000001 | 1000000 | 1100100 | 0 | 1000011 | 110000 | 11000 | 101010111 | 110011 | 110010 |
Color Harmonies of #C14064
Complementary color
Monochromatic Colors of #C14064
Black with #C14064
Text Example
Text Example
White with #C14064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14064; }
p { color: rgb(193,64,100); }
H1.HeaderClassName
{
color: #C14064;
}
.AnyTagClassName
{
color: #C14064;
}
</style>
background-color css
<style>
a { background-color: #C14064; }
a { background-color: rgb(193,64,100); }
div.DivClassName
{
background-color: #C14064;
}
.BgClassName
{
background-color: #C14064;
}
</style>
border-color css
<style>
span { border-color: #C14064; }
span { border-color: rgb(193,64,100); }
td.TdClassName
{
border-color: #C14064;
}
.TagClassName
{
border-color: #C14064;
}
</style>