Shades of Twine #C8965C
Tints of Twine #C8965C
RGB
CMYK
RGB Variations
Color information
#C8965C (or 0xC8965C) is known color: Twine. HEX triplet: C8, 96 and 5C. RGB value is (200,150,92). Sum of RGB (Red+Green+Blue) = 200+150+92=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8965C is #3769A3. Grayscale: #9E9E9E. Windows color (decimal): -3631524 or 6067912. OLE color: 6067912.
HSL color Cylindrical-coordinate representation of color #C8965C: hue angle of 32.22º 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 #C8965C is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 92 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.22 |
| HSL | 32.22º | 0.5% | 0.57% | - |
| HSV(B) | 32.22º | 0.54% | 0.78% | - |
| XYZ | 36.66 | 34.86 | 14.92 | - |
| YUV | 158.34 | 90.57 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 92 | 0 | 0.25 | 0.54 | 0.22 | 32.22 | 0.5 | 0.57 |
| Hex | C8 | 96 | 5C | 0 | 19 | 36 | 16 | 20 | 32 | 39 |
| Octal | 310 | 226 | 134 | 0 | 31 | 66 | 26 | 40 | 62 | 71 |
| Binary | 11001000 | 10010110 | 1011100 | 0 | 11001 | 110110 | 10110 | 100000 | 110010 | 111001 |
Color Harmonies of #C8965C
Complementary color
Monochromatic Colors of #C8965C
Black with #C8965C
Text Example
Text Example
White with #C8965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8965C; }
p { color: rgb(200,150,92); }
H1.HeaderClassName
{
color: #C8965C;
}
.AnyTagClassName
{
color: #C8965C;
}
</style>
background-color css
<style>
a { background-color: #C8965C; }
a { background-color: rgb(200,150,92); }
div.DivClassName
{
background-color: #C8965C;
}
.BgClassName
{
background-color: #C8965C;
}
</style>
border-color css
<style>
span { border-color: #C8965C; }
span { border-color: rgb(200,150,92); }
td.TdClassName
{
border-color: #C8965C;
}
.TagClassName
{
border-color: #C8965C;
}
</style>