Shades of Blush #C1486A
Tints of Blush #C1486A
RGB
CMYK
RGB Variations
Color information
#C1486A (or 0xC1486A) is known color: Blush. HEX triplet: C1, 48 and 6A. RGB value is (193,72,106). Sum of RGB (Red+Green+Blue) = 193+72+106=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1486A is #3EB795. Grayscale: #707070. Windows color (decimal): -4110230 or 6965441. OLE color: 6965441.
HSL color Cylindrical-coordinate representation of color #C1486A: hue angle of 343.14º 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 #C1486A is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 106 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.24 |
| HSL | 343.14º | 0.49% | 0.52% | - |
| HSV(B) | 343.14º | 0.63% | 0.76% | - |
| XYZ | 26.91 | 17.01 | 15.5 | - |
| YUV | 112.06 | 124.59 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 106 | 0 | 0.63 | 0.45 | 0.24 | 343.14 | 0.49 | 0.52 |
| Hex | C1 | 48 | 6A | 0 | 3F | 2D | 18 | 157 | 31 | 34 |
| Octal | 301 | 110 | 152 | 0 | 77 | 55 | 30 | 527 | 61 | 64 |
| Binary | 11000001 | 1001000 | 1101010 | 0 | 111111 | 101101 | 11000 | 101010111 | 110001 | 110100 |
Color Harmonies of #C1486A
Complementary color
Monochromatic Colors of #C1486A
Black with #C1486A
Text Example
Text Example
White with #C1486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1486A; }
p { color: rgb(193,72,106); }
H1.HeaderClassName
{
color: #C1486A;
}
.AnyTagClassName
{
color: #C1486A;
}
</style>
background-color css
<style>
a { background-color: #C1486A; }
a { background-color: rgb(193,72,106); }
div.DivClassName
{
background-color: #C1486A;
}
.BgClassName
{
background-color: #C1486A;
}
</style>
border-color css
<style>
span { border-color: #C1486A; }
span { border-color: rgb(193,72,106); }
td.TdClassName
{
border-color: #C1486A;
}
.TagClassName
{
border-color: #C1486A;
}
</style>