Shades of Red Damask #C0734B
Tints of Red Damask #C0734B
RGB
CMYK
RGB Variations
Color information
#C0734B (or 0xC0734B) is known color: Red Damask. HEX triplet: C0, 73 and 4B. RGB value is (192,115,75). Sum of RGB (Red+Green+Blue) = 192+115+75=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0734B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0734B is #3F8CB4. Grayscale: #858585. Windows color (decimal): -4164789 or 4944832. OLE color: 4944832.
HSL color Cylindrical-coordinate representation of color #C0734B: hue angle of 20.51º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0734B is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 75 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.25 |
| HSL | 20.51º | 0.48% | 0.52% | - |
| HSV(B) | 20.51º | 0.61% | 0.75% | - |
| XYZ | 29.14 | 23.98 | 9.75 | - |
| YUV | 133.46 | 95.01 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 75 | 0 | 0.40 | 0.61 | 0.25 | 20.51 | 0.48 | 0.52 |
| Hex | C0 | 73 | 4B | 0 | 28 | 3D | 19 | 15 | 30 | 34 |
| Octal | 300 | 163 | 113 | 0 | 50 | 75 | 31 | 25 | 60 | 64 |
| Binary | 11000000 | 1110011 | 1001011 | 0 | 101000 | 111101 | 11001 | 10101 | 110000 | 110100 |
Color Harmonies of #C0734B
Complementary color
Monochromatic Colors of #C0734B
Black with #C0734B
Text Example
Text Example
White with #C0734B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0734B; }
p { color: rgb(192,115,75); }
H1.HeaderClassName
{
color: #C0734B;
}
.AnyTagClassName
{
color: #C0734B;
}
</style>
background-color css
<style>
a { background-color: #C0734B; }
a { background-color: rgb(192,115,75); }
div.DivClassName
{
background-color: #C0734B;
}
.BgClassName
{
background-color: #C0734B;
}
</style>
border-color css
<style>
span { border-color: #C0734B; }
span { border-color: rgb(192,115,75); }
td.TdClassName
{
border-color: #C0734B;
}
.TagClassName
{
border-color: #C0734B;
}
</style>