Shades of Blush #C05067
Tints of Blush #C05067
RGB
CMYK
RGB Variations
Color information
#C05067 (or 0xC05067) is known color: Blush. HEX triplet: C0, 50 and 67. RGB value is (192,80,103). Sum of RGB (Red+Green+Blue) = 192+80+103=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C05067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05067 is #3FAF98. Grayscale: #747474. Windows color (decimal): -4173721 or 6770880. OLE color: 6770880.
HSL color Cylindrical-coordinate representation of color #C05067: hue angle of 347.68º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05067 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 103 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.25 |
| HSL | 347.68º | 0.47% | 0.53% | - |
| HSV(B) | 347.68º | 0.58% | 0.75% | - |
| XYZ | 27.06 | 17.92 | 14.87 | - |
| YUV | 116.11 | 120.61 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 103 | 0 | 0.58 | 0.46 | 0.25 | 347.68 | 0.47 | 0.53 |
| Hex | C0 | 50 | 67 | 0 | 3A | 2E | 19 | 15C | 2F | 35 |
| Octal | 300 | 120 | 147 | 0 | 72 | 56 | 31 | 534 | 57 | 65 |
| Binary | 11000000 | 1010000 | 1100111 | 0 | 111010 | 101110 | 11001 | 101011100 | 101111 | 110101 |
Color Harmonies of #C05067
Complementary color
Monochromatic Colors of #C05067
Black with #C05067
Text Example
Text Example
White with #C05067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05067; }
p { color: rgb(192,80,103); }
H1.HeaderClassName
{
color: #C05067;
}
.AnyTagClassName
{
color: #C05067;
}
</style>
background-color css
<style>
a { background-color: #C05067; }
a { background-color: rgb(192,80,103); }
div.DivClassName
{
background-color: #C05067;
}
.BgClassName
{
background-color: #C05067;
}
</style>
border-color css
<style>
span { border-color: #C05067; }
span { border-color: rgb(192,80,103); }
td.TdClassName
{
border-color: #C05067;
}
.TagClassName
{
border-color: #C05067;
}
</style>