Shades of Twine #C8975A
Tints of Twine #C8975A
RGB
CMYK
RGB Variations
Color information
#C8975A (or 0xC8975A) is known color: Twine. HEX triplet: C8, 97 and 5A. RGB value is (200,151,90). Sum of RGB (Red+Green+Blue) = 200+151+90=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8975A is #3768A5. Grayscale: #9E9E9E. Windows color (decimal): -3631270 or 5937096. OLE color: 5937096.
HSL color Cylindrical-coordinate representation of color #C8975A: hue angle of 33.27º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8975A is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 90 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.22 |
| HSL | 33.27º | 0.5% | 0.57% | - |
| HSV(B) | 33.27º | 0.55% | 0.78% | - |
| XYZ | 36.73 | 35.15 | 14.52 | - |
| YUV | 158.7 | 89.23 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 90 | 0 | 0.24 | 0.55 | 0.22 | 33.27 | 0.5 | 0.57 |
| Hex | C8 | 97 | 5A | 0 | 18 | 37 | 16 | 21 | 32 | 39 |
| Octal | 310 | 227 | 132 | 0 | 30 | 67 | 26 | 41 | 62 | 71 |
| Binary | 11001000 | 10010111 | 1011010 | 0 | 11000 | 110111 | 10110 | 100001 | 110010 | 111001 |
Color Harmonies of #C8975A
Complementary color
Monochromatic Colors of #C8975A
Black with #C8975A
Text Example
Text Example
White with #C8975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8975A; }
p { color: rgb(200,151,90); }
H1.HeaderClassName
{
color: #C8975A;
}
.AnyTagClassName
{
color: #C8975A;
}
</style>
background-color css
<style>
a { background-color: #C8975A; }
a { background-color: rgb(200,151,90); }
div.DivClassName
{
background-color: #C8975A;
}
.BgClassName
{
background-color: #C8975A;
}
</style>
border-color css
<style>
span { border-color: #C8975A; }
span { border-color: rgb(200,151,90); }
td.TdClassName
{
border-color: #C8975A;
}
.TagClassName
{
border-color: #C8975A;
}
</style>