Shades of Blush #C15064
Tints of Blush #C15064
RGB
CMYK
RGB Variations
Color information
#C15064 (or 0xC15064) is known color: Blush. HEX triplet: C1, 50 and 64. RGB value is (193,80,100). Sum of RGB (Red+Green+Blue) = 193+80+100=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C15064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15064 is #3EAF9B. Grayscale: #747474. Windows color (decimal): -4108188 or 6574273. OLE color: 6574273.
HSL color Cylindrical-coordinate representation of color #C15064: hue angle of 349.38º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C15064 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 100 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.24 |
| HSL | 349.38º | 0.48% | 0.54% | - |
| HSV(B) | 349.38º | 0.59% | 0.76% | - |
| XYZ | 27.16 | 17.99 | 14.1 | - |
| YUV | 116.07 | 118.94 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 100 | 0 | 0.59 | 0.48 | 0.24 | 349.38 | 0.48 | 0.54 |
| Hex | C1 | 50 | 64 | 0 | 3B | 30 | 18 | 15D | 30 | 36 |
| Octal | 301 | 120 | 144 | 0 | 73 | 60 | 30 | 535 | 60 | 66 |
| Binary | 11000001 | 1010000 | 1100100 | 0 | 111011 | 110000 | 11000 | 101011101 | 110000 | 110110 |
Color Harmonies of #C15064
Complementary color
Monochromatic Colors of #C15064
Black with #C15064
Text Example
Text Example
White with #C15064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15064; }
p { color: rgb(193,80,100); }
H1.HeaderClassName
{
color: #C15064;
}
.AnyTagClassName
{
color: #C15064;
}
</style>
background-color css
<style>
a { background-color: #C15064; }
a { background-color: rgb(193,80,100); }
div.DivClassName
{
background-color: #C15064;
}
.BgClassName
{
background-color: #C15064;
}
</style>
border-color css
<style>
span { border-color: #C15064; }
span { border-color: rgb(193,80,100); }
td.TdClassName
{
border-color: #C15064;
}
.TagClassName
{
border-color: #C15064;
}
</style>