Shades of Red Damask #C2674A
Tints of Red Damask #C2674A
RGB
CMYK
RGB Variations
Color information
#C2674A (or 0xC2674A) is known color: Red Damask. HEX triplet: C2, 67 and 4A. RGB value is (194,103,74). Sum of RGB (Red+Green+Blue) = 194+103+74=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2674A is #3D98B5. Grayscale: #7F7F7F. Windows color (decimal): -4036790 or 4876226. OLE color: 4876226.
HSL color Cylindrical-coordinate representation of color #C2674A: hue angle of 14.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 #C2674A is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 74 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.24 |
| HSL | 14.5º | 0.5% | 0.53% | - |
| HSV(B) | 14.5º | 0.62% | 0.76% | - |
| XYZ | 28.33 | 21.66 | 9.17 | - |
| YUV | 126.9 | 98.15 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 74 | 0 | 0.47 | 0.62 | 0.24 | 14.5 | 0.5 | 0.53 |
| Hex | C2 | 67 | 4A | 0 | 2F | 3E | 18 | E | 32 | 35 |
| Octal | 302 | 147 | 112 | 0 | 57 | 76 | 30 | 16 | 62 | 65 |
| Binary | 11000010 | 1100111 | 1001010 | 0 | 101111 | 111110 | 11000 | 1110 | 110010 | 110101 |
Color Harmonies of #C2674A
Complementary color
Monochromatic Colors of #C2674A
Black with #C2674A
Text Example
Text Example
White with #C2674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2674A; }
p { color: rgb(194,103,74); }
H1.HeaderClassName
{
color: #C2674A;
}
.AnyTagClassName
{
color: #C2674A;
}
</style>
background-color css
<style>
a { background-color: #C2674A; }
a { background-color: rgb(194,103,74); }
div.DivClassName
{
background-color: #C2674A;
}
.BgClassName
{
background-color: #C2674A;
}
</style>
border-color css
<style>
span { border-color: #C2674A; }
span { border-color: rgb(194,103,74); }
td.TdClassName
{
border-color: #C2674A;
}
.TagClassName
{
border-color: #C2674A;
}
</style>