Shades of Blush #C1496B
Tints of Blush #C1496B
RGB
CMYK
RGB Variations
Color information
#C1496B (or 0xC1496B) is known color: Blush. HEX triplet: C1, 49 and 6B. RGB value is (193,73,107). Sum of RGB (Red+Green+Blue) = 193+73+107=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1496B is #3EB694. Grayscale: #707070. Windows color (decimal): -4109973 or 7031233. OLE color: 7031233.
HSL color Cylindrical-coordinate representation of color #C1496B: hue angle of 343º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1496B is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 107 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.24 |
| HSL | 343º | 0.49% | 0.52% | - |
| HSV(B) | 343º | 0.62% | 0.76% | - |
| XYZ | 27.03 | 17.16 | 15.8 | - |
| YUV | 112.76 | 124.76 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 107 | 0 | 0.62 | 0.45 | 0.24 | 343 | 0.49 | 0.52 |
| Hex | C1 | 49 | 6B | 0 | 3E | 2D | 18 | 157 | 31 | 34 |
| Octal | 301 | 111 | 153 | 0 | 76 | 55 | 30 | 527 | 61 | 64 |
| Binary | 11000001 | 1001001 | 1101011 | 0 | 111110 | 101101 | 11000 | 101010111 | 110001 | 110100 |
Color Harmonies of #C1496B
Complementary color
Monochromatic Colors of #C1496B
Black with #C1496B
Text Example
Text Example
White with #C1496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1496B; }
p { color: rgb(193,73,107); }
H1.HeaderClassName
{
color: #C1496B;
}
.AnyTagClassName
{
color: #C1496B;
}
</style>
background-color css
<style>
a { background-color: #C1496B; }
a { background-color: rgb(193,73,107); }
div.DivClassName
{
background-color: #C1496B;
}
.BgClassName
{
background-color: #C1496B;
}
</style>
border-color css
<style>
span { border-color: #C1496B; }
span { border-color: rgb(193,73,107); }
td.TdClassName
{
border-color: #C1496B;
}
.TagClassName
{
border-color: #C1496B;
}
</style>