Shades of Red Damask #C2694B
Tints of Red Damask #C2694B
RGB
CMYK
RGB Variations
Color information
#C2694B (or 0xC2694B) is known color: Red Damask. HEX triplet: C2, 69 and 4B. RGB value is (194,105,75). Sum of RGB (Red+Green+Blue) = 194+105+75=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2694B is #3D96B4. Grayscale: #808080. Windows color (decimal): -4036277 or 4942274. OLE color: 4942274.
HSL color Cylindrical-coordinate representation of color #C2694B: hue angle of 15.13º degrees, saturation: 0.49, 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 #C2694B is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 75 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.24 |
| HSL | 15.13º | 0.49% | 0.53% | - |
| HSV(B) | 15.13º | 0.61% | 0.76% | - |
| XYZ | 28.57 | 22.08 | 9.41 | - |
| YUV | 128.19 | 97.99 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 75 | 0 | 0.46 | 0.61 | 0.24 | 15.13 | 0.49 | 0.53 |
| Hex | C2 | 69 | 4B | 0 | 2E | 3D | 18 | F | 31 | 35 |
| Octal | 302 | 151 | 113 | 0 | 56 | 75 | 30 | 17 | 61 | 65 |
| Binary | 11000010 | 1101001 | 1001011 | 0 | 101110 | 111101 | 11000 | 1111 | 110001 | 110101 |
Color Harmonies of #C2694B
Complementary color
Monochromatic Colors of #C2694B
Black with #C2694B
Text Example
Text Example
White with #C2694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2694B; }
p { color: rgb(194,105,75); }
H1.HeaderClassName
{
color: #C2694B;
}
.AnyTagClassName
{
color: #C2694B;
}
</style>
background-color css
<style>
a { background-color: #C2694B; }
a { background-color: rgb(194,105,75); }
div.DivClassName
{
background-color: #C2694B;
}
.BgClassName
{
background-color: #C2694B;
}
</style>
border-color css
<style>
span { border-color: #C2694B; }
span { border-color: rgb(194,105,75); }
td.TdClassName
{
border-color: #C2694B;
}
.TagClassName
{
border-color: #C2694B;
}
</style>