Shades of Twine #CF914D
Tints of Twine #CF914D
RGB
CMYK
RGB Variations
Color information
#CF914D (or 0xCF914D) is known color: Twine. HEX triplet: CF, 91 and 4D. RGB value is (207,145,77). Sum of RGB (Red+Green+Blue) = 207+145+77=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF914D is #306EB2. Grayscale: #9C9C9C. Windows color (decimal): -3174067 or 5083599. OLE color: 5083599.
HSL color Cylindrical-coordinate representation of color #CF914D: hue angle of 31.38º 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 #CF914D is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 77 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.19 |
| HSL | 31.38º | 0.58% | 0.56% | - |
| HSV(B) | 31.38º | 0.63% | 0.81% | - |
| XYZ | 37.2 | 34.05 | 11.63 | - |
| YUV | 155.79 | 83.54 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 77 | 0 | 0.30 | 0.63 | 0.19 | 31.38 | 0.58 | 0.56 |
| Hex | CF | 91 | 4D | 0 | 1E | 3F | 13 | 1F | 3A | 38 |
| Octal | 317 | 221 | 115 | 0 | 36 | 77 | 23 | 37 | 72 | 70 |
| Binary | 11001111 | 10010001 | 1001101 | 0 | 11110 | 111111 | 10011 | 11111 | 111010 | 111000 |
Color Harmonies of #CF914D
Complementary color
Monochromatic Colors of #CF914D
Black with #CF914D
Text Example
Text Example
White with #CF914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF914D; }
p { color: rgb(207,145,77); }
H1.HeaderClassName
{
color: #CF914D;
}
.AnyTagClassName
{
color: #CF914D;
}
</style>
background-color css
<style>
a { background-color: #CF914D; }
a { background-color: rgb(207,145,77); }
div.DivClassName
{
background-color: #CF914D;
}
.BgClassName
{
background-color: #CF914D;
}
</style>
border-color css
<style>
span { border-color: #CF914D; }
span { border-color: rgb(207,145,77); }
td.TdClassName
{
border-color: #CF914D;
}
.TagClassName
{
border-color: #CF914D;
}
</style>