Shades of Blush #C23F5D
Tints of Blush #C23F5D
RGB
CMYK
RGB Variations
Color information
#C23F5D (or 0xC23F5D) is known color: Blush. HEX triplet: C2, 3F and 5D. RGB value is (194,63,93). Sum of RGB (Red+Green+Blue) = 194+63+93=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F5D is #3DC0A2. Grayscale: #696969. Windows color (decimal): -4047011 or 6111170. OLE color: 6111170.
HSL color Cylindrical-coordinate representation of color #C23F5D: hue angle of 346.26º 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 #C23F5D is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 93 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.24 |
| HSL | 346.26º | 0.52% | 0.5% | - |
| HSV(B) | 346.26º | 0.68% | 0.76% | - |
| XYZ | 26 | 15.81 | 12.04 | - |
| YUV | 105.59 | 120.9 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 93 | 0 | 0.68 | 0.52 | 0.24 | 346.26 | 0.52 | 0.5 |
| Hex | C2 | 3F | 5D | 0 | 44 | 34 | 18 | 15A | 34 | 32 |
| Octal | 302 | 77 | 135 | 0 | 104 | 64 | 30 | 532 | 64 | 62 |
| Binary | 11000010 | 111111 | 1011101 | 0 | 1000100 | 110100 | 11000 | 101011010 | 110100 | 110010 |
Color Harmonies of #C23F5D
Complementary color
Monochromatic Colors of #C23F5D
Black with #C23F5D
Text Example
Text Example
White with #C23F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F5D; }
p { color: rgb(194,63,93); }
H1.HeaderClassName
{
color: #C23F5D;
}
.AnyTagClassName
{
color: #C23F5D;
}
</style>
background-color css
<style>
a { background-color: #C23F5D; }
a { background-color: rgb(194,63,93); }
div.DivClassName
{
background-color: #C23F5D;
}
.BgClassName
{
background-color: #C23F5D;
}
</style>
border-color css
<style>
span { border-color: #C23F5D; }
span { border-color: rgb(194,63,93); }
td.TdClassName
{
border-color: #C23F5D;
}
.TagClassName
{
border-color: #C23F5D;
}
</style>