Shades of Blush #C24266
Tints of Blush #C24266
RGB
CMYK
RGB Variations
Color information
#C24266 (or 0xC24266) is known color: Blush. HEX triplet: C2, 42 and 66. RGB value is (194,66,102). Sum of RGB (Red+Green+Blue) = 194+66+102=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C24266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24266 is #3DBD99. Grayscale: #6C6C6C. Windows color (decimal): -4046234 or 6701762. OLE color: 6701762.
HSL color Cylindrical-coordinate representation of color #C24266: hue angle of 343.12º 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 #C24266 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 102 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.24 |
| HSL | 343.13º | 0.51% | 0.51% | - |
| HSV(B) | 343.13º | 0.66% | 0.76% | - |
| XYZ | 26.59 | 16.33 | 14.32 | - |
| YUV | 108.38 | 124.41 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 102 | 0 | 0.66 | 0.47 | 0.24 | 343.13 | 0.51 | 0.51 |
| Hex | C2 | 42 | 66 | 0 | 42 | 2F | 18 | 157 | 33 | 33 |
| Octal | 302 | 102 | 146 | 0 | 102 | 57 | 30 | 527 | 63 | 63 |
| Binary | 11000010 | 1000010 | 1100110 | 0 | 1000010 | 101111 | 11000 | 101010111 | 110011 | 110011 |
Color Harmonies of #C24266
Complementary color
Monochromatic Colors of #C24266
Black with #C24266
Text Example
Text Example
White with #C24266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24266; }
p { color: rgb(194,66,102); }
H1.HeaderClassName
{
color: #C24266;
}
.AnyTagClassName
{
color: #C24266;
}
</style>
background-color css
<style>
a { background-color: #C24266; }
a { background-color: rgb(194,66,102); }
div.DivClassName
{
background-color: #C24266;
}
.BgClassName
{
background-color: #C24266;
}
</style>
border-color css
<style>
span { border-color: #C24266; }
span { border-color: rgb(194,66,102); }
td.TdClassName
{
border-color: #C24266;
}
.TagClassName
{
border-color: #C24266;
}
</style>