Shades of Red Damask #C3754C
Tints of Red Damask #C3754C
RGB
CMYK
RGB Variations
Color information
#C3754C (or 0xC3754C) is known color: Red Damask. HEX triplet: C3, 75 and 4C. RGB value is (195,117,76). Sum of RGB (Red+Green+Blue) = 195+117+76=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3754C is #3C8AB3. Grayscale: #878787. Windows color (decimal): -3967668 or 5010883. OLE color: 5010883.
HSL color Cylindrical-coordinate representation of color #C3754C: hue angle of 20.67º 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 #C3754C is Cyan = 0, Magento = 0.4, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 76 | - |
| CMYK | 0 | 0.4 | 0.61 | 0.24 |
| HSL | 20.67º | 0.5% | 0.53% | - |
| HSV(B) | 20.67º | 0.61% | 0.76% | - |
| XYZ | 30.17 | 24.85 | 10.04 | - |
| YUV | 135.65 | 94.34 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 76 | 0 | 0.4 | 0.61 | 0.24 | 20.67 | 0.5 | 0.53 |
| Hex | C3 | 75 | 4C | 0 | 28 | 3D | 18 | 15 | 32 | 35 |
| Octal | 303 | 165 | 114 | 0 | 50 | 75 | 30 | 25 | 62 | 65 |
| Binary | 11000011 | 1110101 | 1001100 | 0 | 101000 | 111101 | 11000 | 10101 | 110010 | 110101 |
Color Harmonies of #C3754C
Complementary color
Monochromatic Colors of #C3754C
Black with #C3754C
Text Example
Text Example
White with #C3754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3754C; }
p { color: rgb(195,117,76); }
H1.HeaderClassName
{
color: #C3754C;
}
.AnyTagClassName
{
color: #C3754C;
}
</style>
background-color css
<style>
a { background-color: #C3754C; }
a { background-color: rgb(195,117,76); }
div.DivClassName
{
background-color: #C3754C;
}
.BgClassName
{
background-color: #C3754C;
}
</style>
border-color css
<style>
span { border-color: #C3754C; }
span { border-color: rgb(195,117,76); }
td.TdClassName
{
border-color: #C3754C;
}
.TagClassName
{
border-color: #C3754C;
}
</style>