Shades of Blush #C2465E
Tints of Blush #C2465E
RGB
CMYK
RGB Variations
Color information
#C2465E (or 0xC2465E) is known color: Blush. HEX triplet: C2, 46 and 5E. RGB value is (194,70,94). Sum of RGB (Red+Green+Blue) = 194+70+94=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2465E is #3DB9A1. Grayscale: #6D6D6D. Windows color (decimal): -4045218 or 6178498. OLE color: 6178498.
HSL color Cylindrical-coordinate representation of color #C2465E: hue angle of 348.39º degrees, saturation: 0.5, 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 #C2465E is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 94 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.24 |
| HSL | 348.39º | 0.5% | 0.52% | - |
| HSV(B) | 348.39º | 0.64% | 0.76% | - |
| XYZ | 26.46 | 16.66 | 12.41 | - |
| YUV | 109.81 | 119.08 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 94 | 0 | 0.64 | 0.52 | 0.24 | 348.39 | 0.5 | 0.52 |
| Hex | C2 | 46 | 5E | 0 | 40 | 34 | 18 | 15C | 32 | 34 |
| Octal | 302 | 106 | 136 | 0 | 100 | 64 | 30 | 534 | 62 | 64 |
| Binary | 11000010 | 1000110 | 1011110 | 0 | 1000000 | 110100 | 11000 | 101011100 | 110010 | 110100 |
Color Harmonies of #C2465E
Complementary color
Monochromatic Colors of #C2465E
Black with #C2465E
Text Example
Text Example
White with #C2465E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2465E; }
p { color: rgb(194,70,94); }
H1.HeaderClassName
{
color: #C2465E;
}
.AnyTagClassName
{
color: #C2465E;
}
</style>
background-color css
<style>
a { background-color: #C2465E; }
a { background-color: rgb(194,70,94); }
div.DivClassName
{
background-color: #C2465E;
}
.BgClassName
{
background-color: #C2465E;
}
</style>
border-color css
<style>
span { border-color: #C2465E; }
span { border-color: rgb(194,70,94); }
td.TdClassName
{
border-color: #C2465E;
}
.TagClassName
{
border-color: #C2465E;
}
</style>