Shades of Blush #C2455E
Tints of Blush #C2455E
RGB
CMYK
RGB Variations
Color information
#C2455E (or 0xC2455E) is known color: Blush. HEX triplet: C2, 45 and 5E. RGB value is (194,69,94). Sum of RGB (Red+Green+Blue) = 194+69+94=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2455E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2455E is #3DBAA1. Grayscale: #6D6D6D. Windows color (decimal): -4045474 or 6178242. OLE color: 6178242.
HSL color Cylindrical-coordinate representation of color #C2455E: hue angle of 348º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2455E is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 94 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.24 |
| HSL | 348º | 0.51% | 0.52% | - |
| HSV(B) | 348º | 0.64% | 0.76% | - |
| XYZ | 26.4 | 16.53 | 12.39 | - |
| YUV | 109.23 | 119.41 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 94 | 0 | 0.64 | 0.52 | 0.24 | 348 | 0.51 | 0.52 |
| Hex | C2 | 45 | 5E | 0 | 40 | 34 | 18 | 15C | 33 | 34 |
| Octal | 302 | 105 | 136 | 0 | 100 | 64 | 30 | 534 | 63 | 64 |
| Binary | 11000010 | 1000101 | 1011110 | 0 | 1000000 | 110100 | 11000 | 101011100 | 110011 | 110100 |
Color Harmonies of #C2455E
Complementary color
Monochromatic Colors of #C2455E
Black with #C2455E
Text Example
Text Example
White with #C2455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2455E; }
p { color: rgb(194,69,94); }
H1.HeaderClassName
{
color: #C2455E;
}
.AnyTagClassName
{
color: #C2455E;
}
</style>
background-color css
<style>
a { background-color: #C2455E; }
a { background-color: rgb(194,69,94); }
div.DivClassName
{
background-color: #C2455E;
}
.BgClassName
{
background-color: #C2455E;
}
</style>
border-color css
<style>
span { border-color: #C2455E; }
span { border-color: rgb(194,69,94); }
td.TdClassName
{
border-color: #C2455E;
}
.TagClassName
{
border-color: #C2455E;
}
</style>