Shades of Red Damask #C06C50
Tints of Red Damask #C06C50
RGB
CMYK
RGB Variations
Color information
#C06C50 (or 0xC06C50) is known color: Red Damask. HEX triplet: C0, 6C and 50. RGB value is (192,108,80). Sum of RGB (Red+Green+Blue) = 192+108+80=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C50 is #3F93AF. Grayscale: #828282. Windows color (decimal): -4166576 or 5270720. OLE color: 5270720.
HSL color Cylindrical-coordinate representation of color #C06C50: hue angle of 15º 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 #C06C50 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 80 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.25 |
| HSL | 15º | 0.47% | 0.53% | - |
| HSV(B) | 15º | 0.58% | 0.75% | - |
| XYZ | 28.55 | 22.51 | 10.43 | - |
| YUV | 129.92 | 99.83 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 80 | 0 | 0.44 | 0.58 | 0.25 | 15 | 0.47 | 0.53 |
| Hex | C0 | 6C | 50 | 0 | 2C | 3A | 19 | F | 2F | 35 |
| Octal | 300 | 154 | 120 | 0 | 54 | 72 | 31 | 17 | 57 | 65 |
| Binary | 11000000 | 1101100 | 1010000 | 0 | 101100 | 111010 | 11001 | 1111 | 101111 | 110101 |
Color Harmonies of #C06C50
Complementary color
Monochromatic Colors of #C06C50
Black with #C06C50
Text Example
Text Example
White with #C06C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C50; }
p { color: rgb(192,108,80); }
H1.HeaderClassName
{
color: #C06C50;
}
.AnyTagClassName
{
color: #C06C50;
}
</style>
background-color css
<style>
a { background-color: #C06C50; }
a { background-color: rgb(192,108,80); }
div.DivClassName
{
background-color: #C06C50;
}
.BgClassName
{
background-color: #C06C50;
}
</style>
border-color css
<style>
span { border-color: #C06C50; }
span { border-color: rgb(192,108,80); }
td.TdClassName
{
border-color: #C06C50;
}
.TagClassName
{
border-color: #C06C50;
}
</style>