Shades of Red Damask #C36743
Tints of Red Damask #C36743
RGB
CMYK
RGB Variations
Color information
#C36743 (or 0xC36743) is known color: Red Damask. HEX triplet: C3, 67 and 43. RGB value is (195,103,67). Sum of RGB (Red+Green+Blue) = 195+103+67=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C36743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36743 is #3C98BC. Grayscale: #7E7E7E. Windows color (decimal): -3971261 or 4417475. OLE color: 4417475.
HSL color Cylindrical-coordinate representation of color #C36743: hue angle of 16.88º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C36743 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 103 | 67 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.24 |
| HSL | 16.88º | 0.52% | 0.51% | - |
| HSV(B) | 16.88º | 0.66% | 0.76% | - |
| XYZ | 28.37 | 21.71 | 8.01 | - |
| YUV | 126.4 | 94.48 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 67 | 0 | 0.47 | 0.66 | 0.24 | 16.88 | 0.52 | 0.51 |
| Hex | C3 | 67 | 43 | 0 | 2F | 42 | 18 | 11 | 34 | 33 |
| Octal | 303 | 147 | 103 | 0 | 57 | 102 | 30 | 21 | 64 | 63 |
| Binary | 11000011 | 1100111 | 1000011 | 0 | 101111 | 1000010 | 11000 | 10001 | 110100 | 110011 |
Color Harmonies of #C36743
Complementary color
Monochromatic Colors of #C36743
Black with #C36743
Text Example
Text Example
White with #C36743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36743; }
p { color: rgb(195,103,67); }
H1.HeaderClassName
{
color: #C36743;
}
.AnyTagClassName
{
color: #C36743;
}
</style>
background-color css
<style>
a { background-color: #C36743; }
a { background-color: rgb(195,103,67); }
div.DivClassName
{
background-color: #C36743;
}
.BgClassName
{
background-color: #C36743;
}
</style>
border-color css
<style>
span { border-color: #C36743; }
span { border-color: rgb(195,103,67); }
td.TdClassName
{
border-color: #C36743;
}
.TagClassName
{
border-color: #C36743;
}
</style>