Shades of Blush #C04261
Tints of Blush #C04261
RGB
CMYK
RGB Variations
Color information
#C04261 (or 0xC04261) is known color: Blush. HEX triplet: C0, 42 and 61. RGB value is (192,66,97). Sum of RGB (Red+Green+Blue) = 192+66+97=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C04261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04261 is #3FBD9E. Grayscale: #6B6B6B. Windows color (decimal): -4177311 or 6374080. OLE color: 6374080.
HSL color Cylindrical-coordinate representation of color #C04261: hue angle of 345.24º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04261 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 97 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.25 |
| HSL | 345.24º | 0.5% | 0.51% | - |
| HSV(B) | 345.24º | 0.66% | 0.75% | - |
| XYZ | 25.84 | 15.97 | 13.03 | - |
| YUV | 107.21 | 122.24 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 97 | 0 | 0.66 | 0.49 | 0.25 | 345.24 | 0.5 | 0.51 |
| Hex | C0 | 42 | 61 | 0 | 42 | 31 | 19 | 159 | 32 | 33 |
| Octal | 300 | 102 | 141 | 0 | 102 | 61 | 31 | 531 | 62 | 63 |
| Binary | 11000000 | 1000010 | 1100001 | 0 | 1000010 | 110001 | 11001 | 101011001 | 110010 | 110011 |
Color Harmonies of #C04261
Complementary color
Monochromatic Colors of #C04261
Black with #C04261
Text Example
Text Example
White with #C04261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04261; }
p { color: rgb(192,66,97); }
H1.HeaderClassName
{
color: #C04261;
}
.AnyTagClassName
{
color: #C04261;
}
</style>
background-color css
<style>
a { background-color: #C04261; }
a { background-color: rgb(192,66,97); }
div.DivClassName
{
background-color: #C04261;
}
.BgClassName
{
background-color: #C04261;
}
</style>
border-color css
<style>
span { border-color: #C04261; }
span { border-color: rgb(192,66,97); }
td.TdClassName
{
border-color: #C04261;
}
.TagClassName
{
border-color: #C04261;
}
</style>