Shades of Blush #C24166
Tints of Blush #C24166
RGB
CMYK
RGB Variations
Color information
#C24166 (or 0xC24166) is known color: Blush. HEX triplet: C2, 41 and 66. RGB value is (194,65,102). Sum of RGB (Red+Green+Blue) = 194+65+102=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C24166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24166 is #3DBE99. Grayscale: #6B6B6B. Windows color (decimal): -4046490 or 6701506. OLE color: 6701506.
HSL color Cylindrical-coordinate representation of color #C24166: hue angle of 342.79º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24166 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 102 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.24 |
| HSL | 342.79º | 0.51% | 0.51% | - |
| HSV(B) | 342.79º | 0.66% | 0.76% | - |
| XYZ | 26.54 | 16.21 | 14.3 | - |
| YUV | 107.79 | 124.74 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 102 | 0 | 0.66 | 0.47 | 0.24 | 342.79 | 0.51 | 0.51 |
| Hex | C2 | 41 | 66 | 0 | 42 | 2F | 18 | 157 | 33 | 33 |
| Octal | 302 | 101 | 146 | 0 | 102 | 57 | 30 | 527 | 63 | 63 |
| Binary | 11000010 | 1000001 | 1100110 | 0 | 1000010 | 101111 | 11000 | 101010111 | 110011 | 110011 |
Color Harmonies of #C24166
Complementary color
Monochromatic Colors of #C24166
Black with #C24166
Text Example
Text Example
White with #C24166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24166; }
p { color: rgb(194,65,102); }
H1.HeaderClassName
{
color: #C24166;
}
.AnyTagClassName
{
color: #C24166;
}
</style>
background-color css
<style>
a { background-color: #C24166; }
a { background-color: rgb(194,65,102); }
div.DivClassName
{
background-color: #C24166;
}
.BgClassName
{
background-color: #C24166;
}
</style>
border-color css
<style>
span { border-color: #C24166; }
span { border-color: rgb(194,65,102); }
td.TdClassName
{
border-color: #C24166;
}
.TagClassName
{
border-color: #C24166;
}
</style>