Shades of Red Damask #C4764B
Tints of Red Damask #C4764B
RGB
CMYK
RGB Variations
Color information
#C4764B (or 0xC4764B) is known color: Red Damask. HEX triplet: C4, 76 and 4B. RGB value is (196,118,75). Sum of RGB (Red+Green+Blue) = 196+118+75=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4764B is #3B89B4. Grayscale: #888888. Windows color (decimal): -3901877 or 4945604. OLE color: 4945604.
HSL color Cylindrical-coordinate representation of color #C4764B: hue angle of 21.32º 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 #C4764B is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 75 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.23 |
| HSL | 21.32º | 0.51% | 0.53% | - |
| HSV(B) | 21.32º | 0.62% | 0.77% | - |
| XYZ | 30.51 | 25.2 | 9.91 | - |
| YUV | 136.42 | 93.34 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 75 | 0 | 0.40 | 0.62 | 0.23 | 21.32 | 0.51 | 0.53 |
| Hex | C4 | 76 | 4B | 0 | 28 | 3E | 17 | 15 | 33 | 35 |
| Octal | 304 | 166 | 113 | 0 | 50 | 76 | 27 | 25 | 63 | 65 |
| Binary | 11000100 | 1110110 | 1001011 | 0 | 101000 | 111110 | 10111 | 10101 | 110011 | 110101 |
Color Harmonies of #C4764B
Complementary color
Monochromatic Colors of #C4764B
Black with #C4764B
Text Example
Text Example
White with #C4764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4764B; }
p { color: rgb(196,118,75); }
H1.HeaderClassName
{
color: #C4764B;
}
.AnyTagClassName
{
color: #C4764B;
}
</style>
background-color css
<style>
a { background-color: #C4764B; }
a { background-color: rgb(196,118,75); }
div.DivClassName
{
background-color: #C4764B;
}
.BgClassName
{
background-color: #C4764B;
}
</style>
border-color css
<style>
span { border-color: #C4764B; }
span { border-color: rgb(196,118,75); }
td.TdClassName
{
border-color: #C4764B;
}
.TagClassName
{
border-color: #C4764B;
}
</style>