Shades of Blush #C23F5E
Tints of Blush #C23F5E
RGB
CMYK
RGB Variations
Color information
#C23F5E (or 0xC23F5E) is known color: Blush. HEX triplet: C2, 3F and 5E. RGB value is (194,63,94). Sum of RGB (Red+Green+Blue) = 194+63+94=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F5E is #3DC0A1. Grayscale: #696969. Windows color (decimal): -4047010 or 6176706. OLE color: 6176706.
HSL color Cylindrical-coordinate representation of color #C23F5E: hue angle of 345.8º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C23F5E is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 94 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.24 |
| HSL | 345.8º | 0.52% | 0.5% | - |
| HSV(B) | 345.8º | 0.68% | 0.76% | - |
| XYZ | 26.05 | 15.83 | 12.27 | - |
| YUV | 105.7 | 121.4 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 94 | 0 | 0.68 | 0.52 | 0.24 | 345.8 | 0.52 | 0.5 |
| Hex | C2 | 3F | 5E | 0 | 44 | 34 | 18 | 15A | 34 | 32 |
| Octal | 302 | 77 | 136 | 0 | 104 | 64 | 30 | 532 | 64 | 62 |
| Binary | 11000010 | 111111 | 1011110 | 0 | 1000100 | 110100 | 11000 | 101011010 | 110100 | 110010 |
Color Harmonies of #C23F5E
Complementary color
Monochromatic Colors of #C23F5E
Black with #C23F5E
Text Example
Text Example
White with #C23F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F5E; }
p { color: rgb(194,63,94); }
H1.HeaderClassName
{
color: #C23F5E;
}
.AnyTagClassName
{
color: #C23F5E;
}
</style>
background-color css
<style>
a { background-color: #C23F5E; }
a { background-color: rgb(194,63,94); }
div.DivClassName
{
background-color: #C23F5E;
}
.BgClassName
{
background-color: #C23F5E;
}
</style>
border-color css
<style>
span { border-color: #C23F5E; }
span { border-color: rgb(194,63,94); }
td.TdClassName
{
border-color: #C23F5E;
}
.TagClassName
{
border-color: #C23F5E;
}
</style>