Shades of Blush #C23F64
Tints of Blush #C23F64
RGB
CMYK
RGB Variations
Color information
#C23F64 (or 0xC23F64) is known color: Blush. HEX triplet: C2, 3F and 64. RGB value is (194,63,100). Sum of RGB (Red+Green+Blue) = 194+63+100=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F64 is #3DC09B. Grayscale: #6A6A6A. Windows color (decimal): -4047004 or 6569922. OLE color: 6569922.
HSL color Cylindrical-coordinate representation of color #C23F64: hue angle of 343.05º 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 #C23F64 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 100 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.24 |
| HSL | 343.05º | 0.52% | 0.5% | - |
| HSV(B) | 343.05º | 0.68% | 0.76% | - |
| XYZ | 26.33 | 15.94 | 13.75 | - |
| YUV | 106.39 | 124.4 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 100 | 0 | 0.68 | 0.48 | 0.24 | 343.05 | 0.52 | 0.5 |
| Hex | C2 | 3F | 64 | 0 | 44 | 30 | 18 | 157 | 34 | 32 |
| Octal | 302 | 77 | 144 | 0 | 104 | 60 | 30 | 527 | 64 | 62 |
| Binary | 11000010 | 111111 | 1100100 | 0 | 1000100 | 110000 | 11000 | 101010111 | 110100 | 110010 |
Color Harmonies of #C23F64
Complementary color
Monochromatic Colors of #C23F64
Black with #C23F64
Text Example
Text Example
White with #C23F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F64; }
p { color: rgb(194,63,100); }
H1.HeaderClassName
{
color: #C23F64;
}
.AnyTagClassName
{
color: #C23F64;
}
</style>
background-color css
<style>
a { background-color: #C23F64; }
a { background-color: rgb(194,63,100); }
div.DivClassName
{
background-color: #C23F64;
}
.BgClassName
{
background-color: #C23F64;
}
</style>
border-color css
<style>
span { border-color: #C23F64; }
span { border-color: rgb(194,63,100); }
td.TdClassName
{
border-color: #C23F64;
}
.TagClassName
{
border-color: #C23F64;
}
</style>