Shades of Red Damask #C2684B
Tints of Red Damask #C2684B
RGB
CMYK
RGB Variations
Color information
#C2684B (or 0xC2684B) is known color: Red Damask. HEX triplet: C2, 68 and 4B. RGB value is (194,104,75). Sum of RGB (Red+Green+Blue) = 194+104+75=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2684B is #3D97B4. Grayscale: #7F7F7F. Windows color (decimal): -4036533 or 4942018. OLE color: 4942018.
HSL color Cylindrical-coordinate representation of color #C2684B: hue angle of 14.62º 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 #C2684B is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 75 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.24 |
| HSL | 14.62º | 0.49% | 0.53% | - |
| HSV(B) | 14.62º | 0.61% | 0.76% | - |
| XYZ | 28.47 | 21.88 | 9.38 | - |
| YUV | 127.6 | 98.32 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 75 | 0 | 0.46 | 0.61 | 0.24 | 14.62 | 0.49 | 0.53 |
| Hex | C2 | 68 | 4B | 0 | 2E | 3D | 18 | F | 31 | 35 |
| Octal | 302 | 150 | 113 | 0 | 56 | 75 | 30 | 17 | 61 | 65 |
| Binary | 11000010 | 1101000 | 1001011 | 0 | 101110 | 111101 | 11000 | 1111 | 110001 | 110101 |
Color Harmonies of #C2684B
Complementary color
Monochromatic Colors of #C2684B
Black with #C2684B
Text Example
Text Example
White with #C2684B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2684B; }
p { color: rgb(194,104,75); }
H1.HeaderClassName
{
color: #C2684B;
}
.AnyTagClassName
{
color: #C2684B;
}
</style>
background-color css
<style>
a { background-color: #C2684B; }
a { background-color: rgb(194,104,75); }
div.DivClassName
{
background-color: #C2684B;
}
.BgClassName
{
background-color: #C2684B;
}
</style>
border-color css
<style>
span { border-color: #C2684B; }
span { border-color: rgb(194,104,75); }
td.TdClassName
{
border-color: #C2684B;
}
.TagClassName
{
border-color: #C2684B;
}
</style>