Shades of Twine #CF934D
Tints of Twine #CF934D
RGB
CMYK
RGB Variations
Color information
#CF934D (or 0xCF934D) is known color: Twine. HEX triplet: CF, 93 and 4D. RGB value is (207,147,77). Sum of RGB (Red+Green+Blue) = 207+147+77=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF934D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF934D is #306CB2. Grayscale: #9D9D9D. Windows color (decimal): -3173555 or 5084111. OLE color: 5084111.
HSL color Cylindrical-coordinate representation of color #CF934D: hue angle of 32.31º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF934D is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 77 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.19 |
| HSL | 32.31º | 0.58% | 0.56% | - |
| HSV(B) | 32.31º | 0.63% | 0.81% | - |
| XYZ | 37.51 | 34.67 | 11.74 | - |
| YUV | 156.96 | 82.88 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 77 | 0 | 0.29 | 0.63 | 0.19 | 32.31 | 0.58 | 0.56 |
| Hex | CF | 93 | 4D | 0 | 1D | 3F | 13 | 20 | 3A | 38 |
| Octal | 317 | 223 | 115 | 0 | 35 | 77 | 23 | 40 | 72 | 70 |
| Binary | 11001111 | 10010011 | 1001101 | 0 | 11101 | 111111 | 10011 | 100000 | 111010 | 111000 |
Color Harmonies of #CF934D
Complementary color
Monochromatic Colors of #CF934D
Black with #CF934D
Text Example
Text Example
White with #CF934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF934D; }
p { color: rgb(207,147,77); }
H1.HeaderClassName
{
color: #CF934D;
}
.AnyTagClassName
{
color: #CF934D;
}
</style>
background-color css
<style>
a { background-color: #CF934D; }
a { background-color: rgb(207,147,77); }
div.DivClassName
{
background-color: #CF934D;
}
.BgClassName
{
background-color: #CF934D;
}
</style>
border-color css
<style>
span { border-color: #CF934D; }
span { border-color: rgb(207,147,77); }
td.TdClassName
{
border-color: #CF934D;
}
.TagClassName
{
border-color: #CF934D;
}
</style>