Shades of Red Damask #C3674D
Tints of Red Damask #C3674D
RGB
CMYK
RGB Variations
Color information
#C3674D (or 0xC3674D) is known color: Red Damask. HEX triplet: C3, 67 and 4D. RGB value is (195,103,77). Sum of RGB (Red+Green+Blue) = 195+103+77=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3674D is #3C98B2. Grayscale: #7F7F7F. Windows color (decimal): -3971251 or 5072835. OLE color: 5072835.
HSL color Cylindrical-coordinate representation of color #C3674D: hue angle of 13.22º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3674D is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 103 | 77 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.24 |
| HSL | 13.22º | 0.5% | 0.53% | - |
| HSV(B) | 13.22º | 0.61% | 0.76% | - |
| XYZ | 28.7 | 21.84 | 9.72 | - |
| YUV | 127.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 77 | 0 | 0.47 | 0.61 | 0.24 | 13.22 | 0.5 | 0.53 |
| Hex | C3 | 67 | 4D | 0 | 2F | 3D | 18 | D | 32 | 35 |
| Octal | 303 | 147 | 115 | 0 | 57 | 75 | 30 | 15 | 62 | 65 |
| Binary | 11000011 | 1100111 | 1001101 | 0 | 101111 | 111101 | 11000 | 1101 | 110010 | 110101 |
Color Harmonies of #C3674D
Complementary color
Monochromatic Colors of #C3674D
Black with #C3674D
Text Example
Text Example
White with #C3674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3674D; }
p { color: rgb(195,103,77); }
H1.HeaderClassName
{
color: #C3674D;
}
.AnyTagClassName
{
color: #C3674D;
}
</style>
background-color css
<style>
a { background-color: #C3674D; }
a { background-color: rgb(195,103,77); }
div.DivClassName
{
background-color: #C3674D;
}
.BgClassName
{
background-color: #C3674D;
}
</style>
border-color css
<style>
span { border-color: #C3674D; }
span { border-color: rgb(195,103,77); }
td.TdClassName
{
border-color: #C3674D;
}
.TagClassName
{
border-color: #C3674D;
}
</style>