Shades of Twine #C9914F
Tints of Twine #C9914F
RGB
CMYK
RGB Variations
Color information
#C9914F (or 0xC9914F) is known color: Twine. HEX triplet: C9, 91 and 4F. RGB value is (201,145,79). Sum of RGB (Red+Green+Blue) = 201+145+79=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 79 (31.25% from 255 or 18.59% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9914F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9914F is #366EB0. Grayscale: #9A9A9A. Windows color (decimal): -3567281 or 5214665. OLE color: 5214665.
HSL color Cylindrical-coordinate representation of color #C9914F: hue angle of 32.46º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9914F is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 79 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.21 |
| HSL | 32.46º | 0.53% | 0.55% | - |
| HSV(B) | 32.46º | 0.61% | 0.79% | - |
| XYZ | 35.62 | 33.23 | 11.93 | - |
| YUV | 154.22 | 85.55 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 79 | 0 | 0.28 | 0.61 | 0.21 | 32.46 | 0.53 | 0.55 |
| Hex | C9 | 91 | 4F | 0 | 1C | 3D | 15 | 20 | 35 | 37 |
| Octal | 311 | 221 | 117 | 0 | 34 | 75 | 25 | 40 | 65 | 67 |
| Binary | 11001001 | 10010001 | 1001111 | 0 | 11100 | 111101 | 10101 | 100000 | 110101 | 110111 |
Color Harmonies of #C9914F
Complementary color
Monochromatic Colors of #C9914F
Black with #C9914F
Text Example
Text Example
White with #C9914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9914F; }
p { color: rgb(201,145,79); }
H1.HeaderClassName
{
color: #C9914F;
}
.AnyTagClassName
{
color: #C9914F;
}
</style>
background-color css
<style>
a { background-color: #C9914F; }
a { background-color: rgb(201,145,79); }
div.DivClassName
{
background-color: #C9914F;
}
.BgClassName
{
background-color: #C9914F;
}
</style>
border-color css
<style>
span { border-color: #C9914F; }
span { border-color: rgb(201,145,79); }
td.TdClassName
{
border-color: #C9914F;
}
.TagClassName
{
border-color: #C9914F;
}
</style>