Shades of Red Damask #C4694B
Tints of Red Damask #C4694B
RGB
CMYK
RGB Variations
Color information
#C4694B (or 0xC4694B) is known color: Red Damask. HEX triplet: C4, 69 and 4B. RGB value is (196,105,75). Sum of RGB (Red+Green+Blue) = 196+105+75=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4694B is #3B96B4. Grayscale: #818181. Windows color (decimal): -3905205 or 4942276. OLE color: 4942276.
HSL color Cylindrical-coordinate representation of color #C4694B: hue angle of 14.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 #C4694B is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 75 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.23 |
| HSL | 14.88º | 0.51% | 0.53% | - |
| HSV(B) | 14.88º | 0.62% | 0.77% | - |
| XYZ | 29.09 | 22.35 | 9.44 | - |
| YUV | 128.79 | 97.65 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 75 | 0 | 0.46 | 0.62 | 0.23 | 14.88 | 0.51 | 0.53 |
| Hex | C4 | 69 | 4B | 0 | 2E | 3E | 17 | F | 33 | 35 |
| Octal | 304 | 151 | 113 | 0 | 56 | 76 | 27 | 17 | 63 | 65 |
| Binary | 11000100 | 1101001 | 1001011 | 0 | 101110 | 111110 | 10111 | 1111 | 110011 | 110101 |
Color Harmonies of #C4694B
Complementary color
Monochromatic Colors of #C4694B
Black with #C4694B
Text Example
Text Example
White with #C4694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4694B; }
p { color: rgb(196,105,75); }
H1.HeaderClassName
{
color: #C4694B;
}
.AnyTagClassName
{
color: #C4694B;
}
</style>
background-color css
<style>
a { background-color: #C4694B; }
a { background-color: rgb(196,105,75); }
div.DivClassName
{
background-color: #C4694B;
}
.BgClassName
{
background-color: #C4694B;
}
</style>
border-color css
<style>
span { border-color: #C4694B; }
span { border-color: rgb(196,105,75); }
td.TdClassName
{
border-color: #C4694B;
}
.TagClassName
{
border-color: #C4694B;
}
</style>