Shades of Twine #C9884F
Tints of Twine #C9884F
RGB
CMYK
RGB Variations
Color information
#C9884F (or 0xC9884F) is known color: Twine. HEX triplet: C9, 88 and 4F. RGB value is (201,136,79). Sum of RGB (Red+Green+Blue) = 201+136+79=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C9884F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9884F is #3677B0. Grayscale: #959595. Windows color (decimal): -3569585 or 5212361. OLE color: 5212361.
HSL color Cylindrical-coordinate representation of color #C9884F: hue angle of 28.03º 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 #C9884F is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 79 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.21 |
| HSL | 28.03º | 0.53% | 0.55% | - |
| HSV(B) | 28.03º | 0.61% | 0.79% | - |
| XYZ | 34.3 | 30.59 | 11.49 | - |
| YUV | 148.94 | 88.53 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 79 | 0 | 0.32 | 0.61 | 0.21 | 28.03 | 0.53 | 0.55 |
| Hex | C9 | 88 | 4F | 0 | 20 | 3D | 15 | 1C | 35 | 37 |
| Octal | 311 | 210 | 117 | 0 | 40 | 75 | 25 | 34 | 65 | 67 |
| Binary | 11001001 | 10001000 | 1001111 | 0 | 100000 | 111101 | 10101 | 11100 | 110101 | 110111 |
Color Harmonies of #C9884F
Complementary color
Monochromatic Colors of #C9884F
Black with #C9884F
Text Example
Text Example
White with #C9884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9884F; }
p { color: rgb(201,136,79); }
H1.HeaderClassName
{
color: #C9884F;
}
.AnyTagClassName
{
color: #C9884F;
}
</style>
background-color css
<style>
a { background-color: #C9884F; }
a { background-color: rgb(201,136,79); }
div.DivClassName
{
background-color: #C9884F;
}
.BgClassName
{
background-color: #C9884F;
}
</style>
border-color css
<style>
span { border-color: #C9884F; }
span { border-color: rgb(201,136,79); }
td.TdClassName
{
border-color: #C9884F;
}
.TagClassName
{
border-color: #C9884F;
}
</style>