Shades of Red Damask #CF734A
Tints of Red Damask #CF734A
RGB
CMYK
RGB Variations
Color information
#CF734A (or 0xCF734A) is known color: Red Damask. HEX triplet: CF, 73 and 4A. RGB value is (207,115,74). Sum of RGB (Red+Green+Blue) = 207+115+74=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF734A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF734A is #308CB5. Grayscale: #8A8A8A. Windows color (decimal): -3181750 or 4879311. OLE color: 4879311.
HSL color Cylindrical-coordinate representation of color #CF734A: hue angle of 18.5º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF734A is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 74 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.19 |
| HSL | 18.5º | 0.58% | 0.55% | - |
| HSV(B) | 18.5º | 0.64% | 0.81% | - |
| XYZ | 33.1 | 26.02 | 9.76 | - |
| YUV | 137.83 | 91.98 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 74 | 0 | 0.44 | 0.64 | 0.19 | 18.5 | 0.58 | 0.55 |
| Hex | CF | 73 | 4A | 0 | 2C | 40 | 13 | 12 | 3A | 37 |
| Octal | 317 | 163 | 112 | 0 | 54 | 100 | 23 | 22 | 72 | 67 |
| Binary | 11001111 | 1110011 | 1001010 | 0 | 101100 | 1000000 | 10011 | 10010 | 111010 | 110111 |
Color Harmonies of #CF734A
Complementary color
Monochromatic Colors of #CF734A
Black with #CF734A
Text Example
Text Example
White with #CF734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF734A; }
p { color: rgb(207,115,74); }
H1.HeaderClassName
{
color: #CF734A;
}
.AnyTagClassName
{
color: #CF734A;
}
</style>
background-color css
<style>
a { background-color: #CF734A; }
a { background-color: rgb(207,115,74); }
div.DivClassName
{
background-color: #CF734A;
}
.BgClassName
{
background-color: #CF734A;
}
</style>
border-color css
<style>
span { border-color: #CF734A; }
span { border-color: rgb(207,115,74); }
td.TdClassName
{
border-color: #CF734A;
}
.TagClassName
{
border-color: #CF734A;
}
</style>