Shades of Twine #C98753
Tints of Twine #C98753
RGB
CMYK
RGB Variations
Color information
#C98753 (or 0xC98753) is known color: Twine. HEX triplet: C9, 87 and 53. RGB value is (201,135,83). Sum of RGB (Red+Green+Blue) = 201+135+83=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C98753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98753 is #3678AC. Grayscale: #959595. Windows color (decimal): -3569837 or 5474249. OLE color: 5474249.
HSL color Cylindrical-coordinate representation of color #C98753: hue angle of 26.44º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C98753 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 83 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.21 |
| HSL | 26.44º | 0.52% | 0.56% | - |
| HSV(B) | 26.44º | 0.59% | 0.79% | - |
| XYZ | 34.31 | 30.37 | 12.24 | - |
| YUV | 148.81 | 90.87 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 83 | 0 | 0.33 | 0.59 | 0.21 | 26.44 | 0.52 | 0.56 |
| Hex | C9 | 87 | 53 | 0 | 21 | 3B | 15 | 1A | 34 | 38 |
| Octal | 311 | 207 | 123 | 0 | 41 | 73 | 25 | 32 | 64 | 70 |
| Binary | 11001001 | 10000111 | 1010011 | 0 | 100001 | 111011 | 10101 | 11010 | 110100 | 111000 |
Color Harmonies of #C98753
Complementary color
Monochromatic Colors of #C98753
Black with #C98753
Text Example
Text Example
White with #C98753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98753; }
p { color: rgb(201,135,83); }
H1.HeaderClassName
{
color: #C98753;
}
.AnyTagClassName
{
color: #C98753;
}
</style>
background-color css
<style>
a { background-color: #C98753; }
a { background-color: rgb(201,135,83); }
div.DivClassName
{
background-color: #C98753;
}
.BgClassName
{
background-color: #C98753;
}
</style>
border-color css
<style>
span { border-color: #C98753; }
span { border-color: rgb(201,135,83); }
td.TdClassName
{
border-color: #C98753;
}
.TagClassName
{
border-color: #C98753;
}
</style>