Shades of Red Damask #C3754B
Tints of Red Damask #C3754B
RGB
CMYK
RGB Variations
Color information
#C3754B (or 0xC3754B) is known color: Red Damask. HEX triplet: C3, 75 and 4B. RGB value is (195,117,75). Sum of RGB (Red+Green+Blue) = 195+117+75=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C3754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3754B is #3C8AB4. Grayscale: #878787. Windows color (decimal): -3967669 or 4945347. OLE color: 4945347.
HSL color Cylindrical-coordinate representation of color #C3754B: hue angle of 21º 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 #C3754B is Cyan = 0, Magento = 0.4, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 75 | - |
| CMYK | 0 | 0.4 | 0.62 | 0.24 |
| HSL | 21º | 0.5% | 0.53% | - |
| HSV(B) | 21º | 0.62% | 0.76% | - |
| XYZ | 30.14 | 24.83 | 9.86 | - |
| YUV | 135.53 | 93.84 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 75 | 0 | 0.4 | 0.62 | 0.24 | 21 | 0.5 | 0.53 |
| Hex | C3 | 75 | 4B | 0 | 28 | 3E | 18 | 15 | 32 | 35 |
| Octal | 303 | 165 | 113 | 0 | 50 | 76 | 30 | 25 | 62 | 65 |
| Binary | 11000011 | 1110101 | 1001011 | 0 | 101000 | 111110 | 11000 | 10101 | 110010 | 110101 |
Color Harmonies of #C3754B
Complementary color
Monochromatic Colors of #C3754B
Black with #C3754B
Text Example
Text Example
White with #C3754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3754B; }
p { color: rgb(195,117,75); }
H1.HeaderClassName
{
color: #C3754B;
}
.AnyTagClassName
{
color: #C3754B;
}
</style>
background-color css
<style>
a { background-color: #C3754B; }
a { background-color: rgb(195,117,75); }
div.DivClassName
{
background-color: #C3754B;
}
.BgClassName
{
background-color: #C3754B;
}
</style>
border-color css
<style>
span { border-color: #C3754B; }
span { border-color: rgb(195,117,75); }
td.TdClassName
{
border-color: #C3754B;
}
.TagClassName
{
border-color: #C3754B;
}
</style>