Shades of Twine #CF934E
Tints of Twine #CF934E
RGB
CMYK
RGB Variations
Color information
#CF934E (or 0xCF934E) is known color: Twine. HEX triplet: CF, 93 and 4E. RGB value is (207,147,78). Sum of RGB (Red+Green+Blue) = 207+147+78=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF934E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF934E is #306CB1. Grayscale: #9D9D9D. Windows color (decimal): -3173554 or 5149647. OLE color: 5149647.
HSL color Cylindrical-coordinate representation of color #CF934E: hue angle of 32.09º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF934E is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 78 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.19 |
| HSL | 32.09º | 0.57% | 0.56% | - |
| HSV(B) | 32.09º | 0.62% | 0.81% | - |
| XYZ | 37.54 | 34.68 | 11.92 | - |
| YUV | 157.07 | 83.38 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 78 | 0 | 0.29 | 0.62 | 0.19 | 32.09 | 0.57 | 0.56 |
| Hex | CF | 93 | 4E | 0 | 1D | 3E | 13 | 20 | 39 | 38 |
| Octal | 317 | 223 | 116 | 0 | 35 | 76 | 23 | 40 | 71 | 70 |
| Binary | 11001111 | 10010011 | 1001110 | 0 | 11101 | 111110 | 10011 | 100000 | 111001 | 111000 |
Color Harmonies of #CF934E
Complementary color
Monochromatic Colors of #CF934E
Black with #CF934E
Text Example
Text Example
White with #CF934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF934E; }
p { color: rgb(207,147,78); }
H1.HeaderClassName
{
color: #CF934E;
}
.AnyTagClassName
{
color: #CF934E;
}
</style>
background-color css
<style>
a { background-color: #CF934E; }
a { background-color: rgb(207,147,78); }
div.DivClassName
{
background-color: #CF934E;
}
.BgClassName
{
background-color: #CF934E;
}
</style>
border-color css
<style>
span { border-color: #CF934E; }
span { border-color: rgb(207,147,78); }
td.TdClassName
{
border-color: #CF934E;
}
.TagClassName
{
border-color: #CF934E;
}
</style>