Shades of Red Damask #C4674B
Tints of Red Damask #C4674B
RGB
CMYK
RGB Variations
Color information
#C4674B (or 0xC4674B) is known color: Red Damask. HEX triplet: C4, 67 and 4B. RGB value is (196,103,75). Sum of RGB (Red+Green+Blue) = 196+103+75=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4674B is #3B98B4. Grayscale: #7F7F7F. Windows color (decimal): -3905717 or 4941764. OLE color: 4941764.
HSL color Cylindrical-coordinate representation of color #C4674B: hue angle of 13.88º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4674B is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 75 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.23 |
| HSL | 13.88º | 0.51% | 0.53% | - |
| HSV(B) | 13.88º | 0.62% | 0.77% | - |
| XYZ | 28.89 | 21.94 | 9.37 | - |
| YUV | 127.62 | 98.31 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 75 | 0 | 0.47 | 0.62 | 0.23 | 13.88 | 0.51 | 0.53 |
| Hex | C4 | 67 | 4B | 0 | 2F | 3E | 17 | E | 33 | 35 |
| Octal | 304 | 147 | 113 | 0 | 57 | 76 | 27 | 16 | 63 | 65 |
| Binary | 11000100 | 1100111 | 1001011 | 0 | 101111 | 111110 | 10111 | 1110 | 110011 | 110101 |
Color Harmonies of #C4674B
Complementary color
Monochromatic Colors of #C4674B
Black with #C4674B
Text Example
Text Example
White with #C4674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4674B; }
p { color: rgb(196,103,75); }
H1.HeaderClassName
{
color: #C4674B;
}
.AnyTagClassName
{
color: #C4674B;
}
</style>
background-color css
<style>
a { background-color: #C4674B; }
a { background-color: rgb(196,103,75); }
div.DivClassName
{
background-color: #C4674B;
}
.BgClassName
{
background-color: #C4674B;
}
</style>
border-color css
<style>
span { border-color: #C4674B; }
span { border-color: rgb(196,103,75); }
td.TdClassName
{
border-color: #C4674B;
}
.TagClassName
{
border-color: #C4674B;
}
</style>