Shades of Blush #C05266
Tints of Blush #C05266
RGB
CMYK
RGB Variations
Color information
#C05266 (or 0xC05266) is known color: Blush. HEX triplet: C0, 52 and 66. RGB value is (192,82,102). Sum of RGB (Red+Green+Blue) = 192+82+102=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C05266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05266 is #3FAD99. Grayscale: #757575. Windows color (decimal): -4173210 or 6705856. OLE color: 6705856.
HSL color Cylindrical-coordinate representation of color #C05266: hue angle of 349.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05266 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 102 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.25 |
| HSL | 349.09º | 0.47% | 0.54% | - |
| HSV(B) | 349.09º | 0.57% | 0.75% | - |
| XYZ | 27.15 | 18.2 | 14.65 | - |
| YUV | 117.17 | 119.44 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 102 | 0 | 0.57 | 0.47 | 0.25 | 349.09 | 0.47 | 0.54 |
| Hex | C0 | 52 | 66 | 0 | 39 | 2F | 19 | 15D | 2F | 36 |
| Octal | 300 | 122 | 146 | 0 | 71 | 57 | 31 | 535 | 57 | 66 |
| Binary | 11000000 | 1010010 | 1100110 | 0 | 111001 | 101111 | 11001 | 101011101 | 101111 | 110110 |
Color Harmonies of #C05266
Complementary color
Monochromatic Colors of #C05266
Black with #C05266
Text Example
Text Example
White with #C05266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05266; }
p { color: rgb(192,82,102); }
H1.HeaderClassName
{
color: #C05266;
}
.AnyTagClassName
{
color: #C05266;
}
</style>
background-color css
<style>
a { background-color: #C05266; }
a { background-color: rgb(192,82,102); }
div.DivClassName
{
background-color: #C05266;
}
.BgClassName
{
background-color: #C05266;
}
</style>
border-color css
<style>
span { border-color: #C05266; }
span { border-color: rgb(192,82,102); }
td.TdClassName
{
border-color: #C05266;
}
.TagClassName
{
border-color: #C05266;
}
</style>