Shades of Blush #C24767
Tints of Blush #C24767
RGB
CMYK
RGB Variations
Color information
#C24767 (or 0xC24767) is known color: Blush. HEX triplet: C2, 47 and 67. RGB value is (194,71,103). Sum of RGB (Red+Green+Blue) = 194+71+103=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C24767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24767 is #3DB898. Grayscale: #6F6F6F. Windows color (decimal): -4044953 or 6768578. OLE color: 6768578.
HSL color Cylindrical-coordinate representation of color #C24767: hue angle of 344.39º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24767 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 103 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.24 |
| HSL | 344.39º | 0.5% | 0.52% | - |
| HSV(B) | 344.39º | 0.63% | 0.76% | - |
| XYZ | 26.95 | 16.96 | 14.68 | - |
| YUV | 111.43 | 123.25 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 103 | 0 | 0.63 | 0.47 | 0.24 | 344.39 | 0.5 | 0.52 |
| Hex | C2 | 47 | 67 | 0 | 3F | 2F | 18 | 158 | 32 | 34 |
| Octal | 302 | 107 | 147 | 0 | 77 | 57 | 30 | 530 | 62 | 64 |
| Binary | 11000010 | 1000111 | 1100111 | 0 | 111111 | 101111 | 11000 | 101011000 | 110010 | 110100 |
Color Harmonies of #C24767
Complementary color
Monochromatic Colors of #C24767
Black with #C24767
Text Example
Text Example
White with #C24767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24767; }
p { color: rgb(194,71,103); }
H1.HeaderClassName
{
color: #C24767;
}
.AnyTagClassName
{
color: #C24767;
}
</style>
background-color css
<style>
a { background-color: #C24767; }
a { background-color: rgb(194,71,103); }
div.DivClassName
{
background-color: #C24767;
}
.BgClassName
{
background-color: #C24767;
}
</style>
border-color css
<style>
span { border-color: #C24767; }
span { border-color: rgb(194,71,103); }
td.TdClassName
{
border-color: #C24767;
}
.TagClassName
{
border-color: #C24767;
}
</style>