Shades of Twine #C98755
Tints of Twine #C98755
RGB
CMYK
RGB Variations
Color information
#C98755 (or 0xC98755) is known color: Twine. HEX triplet: C9, 87 and 55. RGB value is (201,135,85). Sum of RGB (Red+Green+Blue) = 201+135+85=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C98755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98755 is #3678AA. Grayscale: #959595. Windows color (decimal): -3569835 or 5605321. OLE color: 5605321.
HSL color Cylindrical-coordinate representation of color #C98755: hue angle of 25.86º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C98755 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 85 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.21 |
| HSL | 25.86º | 0.52% | 0.56% | - |
| HSV(B) | 25.86º | 0.58% | 0.79% | - |
| XYZ | 34.39 | 30.4 | 12.65 | - |
| YUV | 149.03 | 91.87 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 85 | 0 | 0.33 | 0.58 | 0.21 | 25.86 | 0.52 | 0.56 |
| Hex | C9 | 87 | 55 | 0 | 21 | 3A | 15 | 1A | 34 | 38 |
| Octal | 311 | 207 | 125 | 0 | 41 | 72 | 25 | 32 | 64 | 70 |
| Binary | 11001001 | 10000111 | 1010101 | 0 | 100001 | 111010 | 10101 | 11010 | 110100 | 111000 |
Color Harmonies of #C98755
Complementary color
Monochromatic Colors of #C98755
Black with #C98755
Text Example
Text Example
White with #C98755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98755; }
p { color: rgb(201,135,85); }
H1.HeaderClassName
{
color: #C98755;
}
.AnyTagClassName
{
color: #C98755;
}
</style>
background-color css
<style>
a { background-color: #C98755; }
a { background-color: rgb(201,135,85); }
div.DivClassName
{
background-color: #C98755;
}
.BgClassName
{
background-color: #C98755;
}
</style>
border-color css
<style>
span { border-color: #C98755; }
span { border-color: rgb(201,135,85); }
td.TdClassName
{
border-color: #C98755;
}
.TagClassName
{
border-color: #C98755;
}
</style>