Shades of Red Damask #C3764F
Tints of Red Damask #C3764F
RGB
CMYK
RGB Variations
Color information
#C3764F (or 0xC3764F) is known color: Red Damask. HEX triplet: C3, 76 and 4F. RGB value is (195,118,79). Sum of RGB (Red+Green+Blue) = 195+118+79=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C3764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3764F is #3C89B0. Grayscale: #888888. Windows color (decimal): -3967409 or 5207747. OLE color: 5207747.
HSL color Cylindrical-coordinate representation of color #C3764F: hue angle of 20.17º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C3764F is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 79 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.24 |
| HSL | 20.17º | 0.49% | 0.54% | - |
| HSV(B) | 20.17º | 0.59% | 0.76% | - |
| XYZ | 30.4 | 25.12 | 10.64 | - |
| YUV | 136.58 | 95.51 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 79 | 0 | 0.39 | 0.59 | 0.24 | 20.17 | 0.49 | 0.54 |
| Hex | C3 | 76 | 4F | 0 | 27 | 3B | 18 | 14 | 31 | 36 |
| Octal | 303 | 166 | 117 | 0 | 47 | 73 | 30 | 24 | 61 | 66 |
| Binary | 11000011 | 1110110 | 1001111 | 0 | 100111 | 111011 | 11000 | 10100 | 110001 | 110110 |
Color Harmonies of #C3764F
Complementary color
Monochromatic Colors of #C3764F
Black with #C3764F
Text Example
Text Example
White with #C3764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3764F; }
p { color: rgb(195,118,79); }
H1.HeaderClassName
{
color: #C3764F;
}
.AnyTagClassName
{
color: #C3764F;
}
</style>
background-color css
<style>
a { background-color: #C3764F; }
a { background-color: rgb(195,118,79); }
div.DivClassName
{
background-color: #C3764F;
}
.BgClassName
{
background-color: #C3764F;
}
</style>
border-color css
<style>
span { border-color: #C3764F; }
span { border-color: rgb(195,118,79); }
td.TdClassName
{
border-color: #C3764F;
}
.TagClassName
{
border-color: #C3764F;
}
</style>