Shades of Blush #C24065
Tints of Blush #C24065
RGB
CMYK
RGB Variations
Color information
#C24065 (or 0xC24065) is known color: Blush. HEX triplet: C2, 40 and 65. RGB value is (194,64,101). Sum of RGB (Red+Green+Blue) = 194+64+101=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C24065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24065 is #3DBF9A. Grayscale: #6B6B6B. Windows color (decimal): -4046747 or 6635714. OLE color: 6635714.
HSL color Cylindrical-coordinate representation of color #C24065: hue angle of 342.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24065 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 101 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.24 |
| HSL | 342.92º | 0.52% | 0.51% | - |
| HSV(B) | 342.92º | 0.67% | 0.76% | - |
| XYZ | 26.43 | 16.08 | 14.02 | - |
| YUV | 107.09 | 124.57 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 101 | 0 | 0.67 | 0.48 | 0.24 | 342.92 | 0.52 | 0.51 |
| Hex | C2 | 40 | 65 | 0 | 43 | 30 | 18 | 157 | 34 | 33 |
| Octal | 302 | 100 | 145 | 0 | 103 | 60 | 30 | 527 | 64 | 63 |
| Binary | 11000010 | 1000000 | 1100101 | 0 | 1000011 | 110000 | 11000 | 101010111 | 110100 | 110011 |
Color Harmonies of #C24065
Complementary color
Monochromatic Colors of #C24065
Black with #C24065
Text Example
Text Example
White with #C24065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24065; }
p { color: rgb(194,64,101); }
H1.HeaderClassName
{
color: #C24065;
}
.AnyTagClassName
{
color: #C24065;
}
</style>
background-color css
<style>
a { background-color: #C24065; }
a { background-color: rgb(194,64,101); }
div.DivClassName
{
background-color: #C24065;
}
.BgClassName
{
background-color: #C24065;
}
</style>
border-color css
<style>
span { border-color: #C24065; }
span { border-color: rgb(194,64,101); }
td.TdClassName
{
border-color: #C24065;
}
.TagClassName
{
border-color: #C24065;
}
</style>