Shades of Twine #C89455
Tints of Twine #C89455
RGB
CMYK
RGB Variations
Color information
#C89455 (or 0xC89455) is known color: Twine. HEX triplet: C8, 94 and 55. RGB value is (200,148,85). Sum of RGB (Red+Green+Blue) = 200+148+85=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C89455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89455 is #376BAA. Grayscale: #9C9C9C. Windows color (decimal): -3632043 or 5608648. OLE color: 5608648.
HSL color Cylindrical-coordinate representation of color #C89455: hue angle of 32.87º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C89455 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 85 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.22 |
| HSL | 32.87º | 0.51% | 0.56% | - |
| HSV(B) | 32.87º | 0.58% | 0.78% | - |
| XYZ | 36.05 | 34.12 | 13.28 | - |
| YUV | 156.37 | 87.73 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 85 | 0 | 0.26 | 0.58 | 0.22 | 32.87 | 0.51 | 0.56 |
| Hex | C8 | 94 | 55 | 0 | 1A | 3A | 16 | 21 | 33 | 38 |
| Octal | 310 | 224 | 125 | 0 | 32 | 72 | 26 | 41 | 63 | 70 |
| Binary | 11001000 | 10010100 | 1010101 | 0 | 11010 | 111010 | 10110 | 100001 | 110011 | 111000 |
Color Harmonies of #C89455
Complementary color
Monochromatic Colors of #C89455
Black with #C89455
Text Example
Text Example
White with #C89455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89455; }
p { color: rgb(200,148,85); }
H1.HeaderClassName
{
color: #C89455;
}
.AnyTagClassName
{
color: #C89455;
}
</style>
background-color css
<style>
a { background-color: #C89455; }
a { background-color: rgb(200,148,85); }
div.DivClassName
{
background-color: #C89455;
}
.BgClassName
{
background-color: #C89455;
}
</style>
border-color css
<style>
span { border-color: #C89455; }
span { border-color: rgb(200,148,85); }
td.TdClassName
{
border-color: #C89455;
}
.TagClassName
{
border-color: #C89455;
}
</style>