Shades of Blush #C23F61
Tints of Blush #C23F61
RGB
CMYK
RGB Variations
Color information
#C23F61 (or 0xC23F61) is known color: Blush. HEX triplet: C2, 3F and 61. RGB value is (194,63,97). Sum of RGB (Red+Green+Blue) = 194+63+97=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F61 is #3DC09E. Grayscale: #6A6A6A. Windows color (decimal): -4047007 or 6373314. OLE color: 6373314.
HSL color Cylindrical-coordinate representation of color #C23F61: hue angle of 344.43º 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 #C23F61 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 97 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.24 |
| HSL | 344.43º | 0.52% | 0.5% | - |
| HSV(B) | 344.43º | 0.68% | 0.76% | - |
| XYZ | 26.18 | 15.89 | 13 | - |
| YUV | 106.05 | 122.9 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 97 | 0 | 0.68 | 0.50 | 0.24 | 344.43 | 0.52 | 0.5 |
| Hex | C2 | 3F | 61 | 0 | 44 | 32 | 18 | 158 | 34 | 32 |
| Octal | 302 | 77 | 141 | 0 | 104 | 62 | 30 | 530 | 64 | 62 |
| Binary | 11000010 | 111111 | 1100001 | 0 | 1000100 | 110010 | 11000 | 101011000 | 110100 | 110010 |
Color Harmonies of #C23F61
Complementary color
Monochromatic Colors of #C23F61
Black with #C23F61
Text Example
Text Example
White with #C23F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F61; }
p { color: rgb(194,63,97); }
H1.HeaderClassName
{
color: #C23F61;
}
.AnyTagClassName
{
color: #C23F61;
}
</style>
background-color css
<style>
a { background-color: #C23F61; }
a { background-color: rgb(194,63,97); }
div.DivClassName
{
background-color: #C23F61;
}
.BgClassName
{
background-color: #C23F61;
}
</style>
border-color css
<style>
span { border-color: #C23F61; }
span { border-color: rgb(194,63,97); }
td.TdClassName
{
border-color: #C23F61;
}
.TagClassName
{
border-color: #C23F61;
}
</style>