Shades of Red Damask #C2754A
Tints of Red Damask #C2754A
RGB
CMYK
RGB Variations
Color information
#C2754A (or 0xC2754A) is known color: Red Damask. HEX triplet: C2, 75 and 4A. RGB value is (194,117,74). Sum of RGB (Red+Green+Blue) = 194+117+74=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2754A is #3D8AB5. Grayscale: #878787. Windows color (decimal): -4033206 or 4879810. OLE color: 4879810.
HSL color Cylindrical-coordinate representation of color #C2754A: hue angle of 21.5º 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 #C2754A is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 74 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.24 |
| HSL | 21.5º | 0.5% | 0.53% | - |
| HSV(B) | 21.5º | 0.62% | 0.76% | - |
| XYZ | 29.85 | 24.69 | 9.67 | - |
| YUV | 135.12 | 93.51 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 74 | 0 | 0.40 | 0.62 | 0.24 | 21.5 | 0.5 | 0.53 |
| Hex | C2 | 75 | 4A | 0 | 28 | 3E | 18 | 16 | 32 | 35 |
| Octal | 302 | 165 | 112 | 0 | 50 | 76 | 30 | 26 | 62 | 65 |
| Binary | 11000010 | 1110101 | 1001010 | 0 | 101000 | 111110 | 11000 | 10110 | 110010 | 110101 |
Color Harmonies of #C2754A
Complementary color
Monochromatic Colors of #C2754A
Black with #C2754A
Text Example
Text Example
White with #C2754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2754A; }
p { color: rgb(194,117,74); }
H1.HeaderClassName
{
color: #C2754A;
}
.AnyTagClassName
{
color: #C2754A;
}
</style>
background-color css
<style>
a { background-color: #C2754A; }
a { background-color: rgb(194,117,74); }
div.DivClassName
{
background-color: #C2754A;
}
.BgClassName
{
background-color: #C2754A;
}
</style>
border-color css
<style>
span { border-color: #C2754A; }
span { border-color: rgb(194,117,74); }
td.TdClassName
{
border-color: #C2754A;
}
.TagClassName
{
border-color: #C2754A;
}
</style>