Shades of Twine #C88F50
Tints of Twine #C88F50
RGB
CMYK
RGB Variations
Color information
#C88F50 (or 0xC88F50) is known color: Twine. HEX triplet: C8, 8F and 50. RGB value is (200,143,80). Sum of RGB (Red+Green+Blue) = 200+143+80=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F50 is #3770AF. Grayscale: #999999. Windows color (decimal): -3633328 or 5279688. OLE color: 5279688.
HSL color Cylindrical-coordinate representation of color #C88F50: hue angle of 31.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C88F50 is Cyan = 0, Magento = 0.28, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 80 | - |
| CMYK | 0 | 0.28 | 0.6 | 0.22 |
| HSL | 31.5º | 0.52% | 0.55% | - |
| HSV(B) | 31.5º | 0.6% | 0.78% | - |
| XYZ | 35.09 | 32.5 | 12.01 | - |
| YUV | 152.86 | 86.88 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 80 | 0 | 0.28 | 0.6 | 0.22 | 31.5 | 0.52 | 0.55 |
| Hex | C8 | 8F | 50 | 0 | 1C | 3C | 16 | 1F | 34 | 37 |
| Octal | 310 | 217 | 120 | 0 | 34 | 74 | 26 | 37 | 64 | 67 |
| Binary | 11001000 | 10001111 | 1010000 | 0 | 11100 | 111100 | 10110 | 11111 | 110100 | 110111 |
Color Harmonies of #C88F50
Complementary color
Monochromatic Colors of #C88F50
Black with #C88F50
Text Example
Text Example
White with #C88F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88F50; }
p { color: rgb(200,143,80); }
H1.HeaderClassName
{
color: #C88F50;
}
.AnyTagClassName
{
color: #C88F50;
}
</style>
background-color css
<style>
a { background-color: #C88F50; }
a { background-color: rgb(200,143,80); }
div.DivClassName
{
background-color: #C88F50;
}
.BgClassName
{
background-color: #C88F50;
}
</style>
border-color css
<style>
span { border-color: #C88F50; }
span { border-color: rgb(200,143,80); }
td.TdClassName
{
border-color: #C88F50;
}
.TagClassName
{
border-color: #C88F50;
}
</style>