Shades of Red Damask #C3764C
Tints of Red Damask #C3764C
RGB
CMYK
RGB Variations
Color information
#C3764C (or 0xC3764C) is known color: Red Damask. HEX triplet: C3, 76 and 4C. RGB value is (195,118,76). Sum of RGB (Red+Green+Blue) = 195+118+76=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3764C is #3C89B3. Grayscale: #888888. Windows color (decimal): -3967412 or 5011139. OLE color: 5011139.
HSL color Cylindrical-coordinate representation of color #C3764C: hue angle of 21.18º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3764C is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 76 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.24 |
| HSL | 21.18º | 0.5% | 0.53% | - |
| HSV(B) | 21.18º | 0.61% | 0.76% | - |
| XYZ | 30.29 | 25.08 | 10.08 | - |
| YUV | 136.24 | 94.01 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 76 | 0 | 0.39 | 0.61 | 0.24 | 21.18 | 0.5 | 0.53 |
| Hex | C3 | 76 | 4C | 0 | 27 | 3D | 18 | 15 | 32 | 35 |
| Octal | 303 | 166 | 114 | 0 | 47 | 75 | 30 | 25 | 62 | 65 |
| Binary | 11000011 | 1110110 | 1001100 | 0 | 100111 | 111101 | 11000 | 10101 | 110010 | 110101 |
Color Harmonies of #C3764C
Complementary color
Monochromatic Colors of #C3764C
Black with #C3764C
Text Example
Text Example
White with #C3764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3764C; }
p { color: rgb(195,118,76); }
H1.HeaderClassName
{
color: #C3764C;
}
.AnyTagClassName
{
color: #C3764C;
}
</style>
background-color css
<style>
a { background-color: #C3764C; }
a { background-color: rgb(195,118,76); }
div.DivClassName
{
background-color: #C3764C;
}
.BgClassName
{
background-color: #C3764C;
}
</style>
border-color css
<style>
span { border-color: #C3764C; }
span { border-color: rgb(195,118,76); }
td.TdClassName
{
border-color: #C3764C;
}
.TagClassName
{
border-color: #C3764C;
}
</style>