Shades of Red Damask #C3754A
Tints of Red Damask #C3754A
RGB
CMYK
RGB Variations
Color information
#C3754A (or 0xC3754A) is known color: Red Damask. HEX triplet: C3, 75 and 4A. RGB value is (195,117,74). Sum of RGB (Red+Green+Blue) = 195+117+74=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3754A is #3C8AB5. Grayscale: #878787. Windows color (decimal): -3967670 or 4879811. OLE color: 4879811.
HSL color Cylindrical-coordinate representation of color #C3754A: hue angle of 21.32º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3754A is Cyan = 0, Magento = 0.4, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 74 | - |
| CMYK | 0 | 0.4 | 0.62 | 0.24 |
| HSL | 21.32º | 0.5% | 0.53% | - |
| HSV(B) | 21.32º | 0.62% | 0.76% | - |
| XYZ | 30.1 | 24.82 | 9.68 | - |
| YUV | 135.42 | 93.34 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 74 | 0 | 0.4 | 0.62 | 0.24 | 21.32 | 0.5 | 0.53 |
| Hex | C3 | 75 | 4A | 0 | 28 | 3E | 18 | 15 | 32 | 35 |
| Octal | 303 | 165 | 112 | 0 | 50 | 76 | 30 | 25 | 62 | 65 |
| Binary | 11000011 | 1110101 | 1001010 | 0 | 101000 | 111110 | 11000 | 10101 | 110010 | 110101 |
Color Harmonies of #C3754A
Complementary color
Monochromatic Colors of #C3754A
Black with #C3754A
Text Example
Text Example
White with #C3754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3754A; }
p { color: rgb(195,117,74); }
H1.HeaderClassName
{
color: #C3754A;
}
.AnyTagClassName
{
color: #C3754A;
}
</style>
background-color css
<style>
a { background-color: #C3754A; }
a { background-color: rgb(195,117,74); }
div.DivClassName
{
background-color: #C3754A;
}
.BgClassName
{
background-color: #C3754A;
}
</style>
border-color css
<style>
span { border-color: #C3754A; }
span { border-color: rgb(195,117,74); }
td.TdClassName
{
border-color: #C3754A;
}
.TagClassName
{
border-color: #C3754A;
}
</style>