Shades of Twine #C8874F
Tints of Twine #C8874F
RGB
CMYK
RGB Variations
Color information
#C8874F (or 0xC8874F) is known color: Twine. HEX triplet: C8, 87 and 4F. RGB value is (200,135,79). Sum of RGB (Red+Green+Blue) = 200+135+79=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C8874F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8874F is #3778B0. Grayscale: #949494. Windows color (decimal): -3635377 or 5212104. OLE color: 5212104.
HSL color Cylindrical-coordinate representation of color #C8874F: hue angle of 27.77º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8874F is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 79 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.22 |
| HSL | 27.77º | 0.52% | 0.55% | - |
| HSV(B) | 27.77º | 0.61% | 0.78% | - |
| XYZ | 33.89 | 30.17 | 11.43 | - |
| YUV | 148.05 | 89.03 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 79 | 0 | 0.32 | 0.60 | 0.22 | 27.77 | 0.52 | 0.55 |
| Hex | C8 | 87 | 4F | 0 | 20 | 3C | 16 | 1C | 34 | 37 |
| Octal | 310 | 207 | 117 | 0 | 40 | 74 | 26 | 34 | 64 | 67 |
| Binary | 11001000 | 10000111 | 1001111 | 0 | 100000 | 111100 | 10110 | 11100 | 110100 | 110111 |
Color Harmonies of #C8874F
Complementary color
Monochromatic Colors of #C8874F
Black with #C8874F
Text Example
Text Example
White with #C8874F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8874F; }
p { color: rgb(200,135,79); }
H1.HeaderClassName
{
color: #C8874F;
}
.AnyTagClassName
{
color: #C8874F;
}
</style>
background-color css
<style>
a { background-color: #C8874F; }
a { background-color: rgb(200,135,79); }
div.DivClassName
{
background-color: #C8874F;
}
.BgClassName
{
background-color: #C8874F;
}
</style>
border-color css
<style>
span { border-color: #C8874F; }
span { border-color: rgb(200,135,79); }
td.TdClassName
{
border-color: #C8874F;
}
.TagClassName
{
border-color: #C8874F;
}
</style>