Shades of Red Damask #C3774A
Tints of Red Damask #C3774A
RGB
CMYK
RGB Variations
Color information
#C3774A (or 0xC3774A) is known color: Red Damask. HEX triplet: C3, 77 and 4A. RGB value is (195,119,74). Sum of RGB (Red+Green+Blue) = 195+119+74=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3774A is #3C88B5. Grayscale: #888888. Windows color (decimal): -3967158 or 4880323. OLE color: 4880323.
HSL color Cylindrical-coordinate representation of color #C3774A: hue angle of 22.31º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3774A is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 74 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.24 |
| HSL | 22.31º | 0.5% | 0.53% | - |
| HSV(B) | 22.31º | 0.62% | 0.76% | - |
| XYZ | 30.34 | 25.29 | 9.76 | - |
| YUV | 136.59 | 92.68 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 74 | 0 | 0.39 | 0.62 | 0.24 | 22.31 | 0.5 | 0.53 |
| Hex | C3 | 77 | 4A | 0 | 27 | 3E | 18 | 16 | 32 | 35 |
| Octal | 303 | 167 | 112 | 0 | 47 | 76 | 30 | 26 | 62 | 65 |
| Binary | 11000011 | 1110111 | 1001010 | 0 | 100111 | 111110 | 11000 | 10110 | 110010 | 110101 |
Color Harmonies of #C3774A
Complementary color
Monochromatic Colors of #C3774A
Black with #C3774A
Text Example
Text Example
White with #C3774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3774A; }
p { color: rgb(195,119,74); }
H1.HeaderClassName
{
color: #C3774A;
}
.AnyTagClassName
{
color: #C3774A;
}
</style>
background-color css
<style>
a { background-color: #C3774A; }
a { background-color: rgb(195,119,74); }
div.DivClassName
{
background-color: #C3774A;
}
.BgClassName
{
background-color: #C3774A;
}
</style>
border-color css
<style>
span { border-color: #C3774A; }
span { border-color: rgb(195,119,74); }
td.TdClassName
{
border-color: #C3774A;
}
.TagClassName
{
border-color: #C3774A;
}
</style>