Shades of Twine #C98F52
Tints of Twine #C98F52
RGB
CMYK
RGB Variations
Color information
#C98F52 (or 0xC98F52) is known color: Twine. HEX triplet: C9, 8F and 52. RGB value is (201,143,82). Sum of RGB (Red+Green+Blue) = 201+143+82=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F52 is #3670AD. Grayscale: #999999. Windows color (decimal): -3567790 or 5410761. OLE color: 5410761.
HSL color Cylindrical-coordinate representation of color #C98F52: hue angle of 30.76º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C98F52 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 82 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.21 |
| HSL | 30.76º | 0.52% | 0.55% | - |
| HSV(B) | 30.76º | 0.59% | 0.79% | - |
| XYZ | 35.43 | 32.67 | 12.42 | - |
| YUV | 153.39 | 87.72 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 82 | 0 | 0.29 | 0.59 | 0.21 | 30.76 | 0.52 | 0.55 |
| Hex | C9 | 8F | 52 | 0 | 1D | 3B | 15 | 1F | 34 | 37 |
| Octal | 311 | 217 | 122 | 0 | 35 | 73 | 25 | 37 | 64 | 67 |
| Binary | 11001001 | 10001111 | 1010010 | 0 | 11101 | 111011 | 10101 | 11111 | 110100 | 110111 |
Color Harmonies of #C98F52
Complementary color
Monochromatic Colors of #C98F52
Black with #C98F52
Text Example
Text Example
White with #C98F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98F52; }
p { color: rgb(201,143,82); }
H1.HeaderClassName
{
color: #C98F52;
}
.AnyTagClassName
{
color: #C98F52;
}
</style>
background-color css
<style>
a { background-color: #C98F52; }
a { background-color: rgb(201,143,82); }
div.DivClassName
{
background-color: #C98F52;
}
.BgClassName
{
background-color: #C98F52;
}
</style>
border-color css
<style>
span { border-color: #C98F52; }
span { border-color: rgb(201,143,82); }
td.TdClassName
{
border-color: #C98F52;
}
.TagClassName
{
border-color: #C98F52;
}
</style>