Shades of Twine #CF974E
Tints of Twine #CF974E
RGB
CMYK
RGB Variations
Color information
#CF974E (or 0xCF974E) is known color: Twine. HEX triplet: CF, 97 and 4E. RGB value is (207,151,78). Sum of RGB (Red+Green+Blue) = 207+151+78=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF974E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF974E is #3068B1. Grayscale: #9F9F9F. Windows color (decimal): -3172530 or 5150671. OLE color: 5150671.
HSL color Cylindrical-coordinate representation of color #CF974E: hue angle of 33.95º 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 #CF974E is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 78 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.19 |
| HSL | 33.95º | 0.57% | 0.56% | - |
| HSV(B) | 33.95º | 0.62% | 0.81% | - |
| XYZ | 38.17 | 35.95 | 12.13 | - |
| YUV | 159.42 | 82.05 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 78 | 0 | 0.27 | 0.62 | 0.19 | 33.95 | 0.57 | 0.56 |
| Hex | CF | 97 | 4E | 0 | 1B | 3E | 13 | 22 | 39 | 38 |
| Octal | 317 | 227 | 116 | 0 | 33 | 76 | 23 | 42 | 71 | 70 |
| Binary | 11001111 | 10010111 | 1001110 | 0 | 11011 | 111110 | 10011 | 100010 | 111001 | 111000 |
Color Harmonies of #CF974E
Complementary color
Monochromatic Colors of #CF974E
Black with #CF974E
Text Example
Text Example
White with #CF974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF974E; }
p { color: rgb(207,151,78); }
H1.HeaderClassName
{
color: #CF974E;
}
.AnyTagClassName
{
color: #CF974E;
}
</style>
background-color css
<style>
a { background-color: #CF974E; }
a { background-color: rgb(207,151,78); }
div.DivClassName
{
background-color: #CF974E;
}
.BgClassName
{
background-color: #CF974E;
}
</style>
border-color css
<style>
span { border-color: #CF974E; }
span { border-color: rgb(207,151,78); }
td.TdClassName
{
border-color: #CF974E;
}
.TagClassName
{
border-color: #CF974E;
}
</style>