Shades of Red Damask #C06F50
Tints of Red Damask #C06F50
RGB
CMYK
RGB Variations
Color information
#C06F50 (or 0xC06F50) is known color: Red Damask. HEX triplet: C0, 6F and 50. RGB value is (192,111,80). Sum of RGB (Red+Green+Blue) = 192+111+80=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F50 is #3F90AF. Grayscale: #838383. Windows color (decimal): -4165808 or 5271488. OLE color: 5271488.
HSL color Cylindrical-coordinate representation of color #C06F50: hue angle of 16.61º 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 #C06F50 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 80 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.25 |
| HSL | 16.61º | 0.47% | 0.53% | - |
| HSV(B) | 16.61º | 0.58% | 0.75% | - |
| XYZ | 28.87 | 23.15 | 10.54 | - |
| YUV | 131.69 | 98.84 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 80 | 0 | 0.42 | 0.58 | 0.25 | 16.61 | 0.47 | 0.53 |
| Hex | C0 | 6F | 50 | 0 | 2A | 3A | 19 | 11 | 2F | 35 |
| Octal | 300 | 157 | 120 | 0 | 52 | 72 | 31 | 21 | 57 | 65 |
| Binary | 11000000 | 1101111 | 1010000 | 0 | 101010 | 111010 | 11001 | 10001 | 101111 | 110101 |
Color Harmonies of #C06F50
Complementary color
Monochromatic Colors of #C06F50
Black with #C06F50
Text Example
Text Example
White with #C06F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F50; }
p { color: rgb(192,111,80); }
H1.HeaderClassName
{
color: #C06F50;
}
.AnyTagClassName
{
color: #C06F50;
}
</style>
background-color css
<style>
a { background-color: #C06F50; }
a { background-color: rgb(192,111,80); }
div.DivClassName
{
background-color: #C06F50;
}
.BgClassName
{
background-color: #C06F50;
}
</style>
border-color css
<style>
span { border-color: #C06F50; }
span { border-color: rgb(192,111,80); }
td.TdClassName
{
border-color: #C06F50;
}
.TagClassName
{
border-color: #C06F50;
}
</style>