Shades of Twine #C8905C
Tints of Twine #C8905C
RGB
CMYK
RGB Variations
Color information
#C8905C (or 0xC8905C) is known color: Twine. HEX triplet: C8, 90 and 5C. RGB value is (200,144,92). Sum of RGB (Red+Green+Blue) = 200+144+92=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8905C is #376FA3. Grayscale: #9B9B9B. Windows color (decimal): -3633060 or 6066376. OLE color: 6066376.
HSL color Cylindrical-coordinate representation of color #C8905C: hue angle of 28.89º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8905C is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 92 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.22 |
| HSL | 28.89º | 0.5% | 0.57% | - |
| HSV(B) | 28.89º | 0.54% | 0.78% | - |
| XYZ | 35.72 | 33 | 14.61 | - |
| YUV | 154.82 | 92.55 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 92 | 0 | 0.28 | 0.54 | 0.22 | 28.89 | 0.5 | 0.57 |
| Hex | C8 | 90 | 5C | 0 | 1C | 36 | 16 | 1D | 32 | 39 |
| Octal | 310 | 220 | 134 | 0 | 34 | 66 | 26 | 35 | 62 | 71 |
| Binary | 11001000 | 10010000 | 1011100 | 0 | 11100 | 110110 | 10110 | 11101 | 110010 | 111001 |
Color Harmonies of #C8905C
Complementary color
Monochromatic Colors of #C8905C
Black with #C8905C
Text Example
Text Example
White with #C8905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8905C; }
p { color: rgb(200,144,92); }
H1.HeaderClassName
{
color: #C8905C;
}
.AnyTagClassName
{
color: #C8905C;
}
</style>
background-color css
<style>
a { background-color: #C8905C; }
a { background-color: rgb(200,144,92); }
div.DivClassName
{
background-color: #C8905C;
}
.BgClassName
{
background-color: #C8905C;
}
</style>
border-color css
<style>
span { border-color: #C8905C; }
span { border-color: rgb(200,144,92); }
td.TdClassName
{
border-color: #C8905C;
}
.TagClassName
{
border-color: #C8905C;
}
</style>