Shades of Twine #C4975F
Tints of Twine #C4975F
RGB
CMYK
RGB Variations
Color information
#C4975F (or 0xC4975F) is known color: Twine. HEX triplet: C4, 97 and 5F. RGB value is (196,151,95). Sum of RGB (Red+Green+Blue) = 196+151+95=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C4975F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4975F is #3B68A0. Grayscale: #9E9E9E. Windows color (decimal): -3893409 or 6264772. OLE color: 6264772.
HSL color Cylindrical-coordinate representation of color #C4975F: hue angle of 33.27º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4975F is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 95 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.23 |
| HSL | 33.27º | 0.46% | 0.57% | - |
| HSV(B) | 33.27º | 0.52% | 0.77% | - |
| XYZ | 35.9 | 34.7 | 15.63 | - |
| YUV | 158.07 | 92.41 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 95 | 0 | 0.23 | 0.52 | 0.23 | 33.27 | 0.46 | 0.57 |
| Hex | C4 | 97 | 5F | 0 | 17 | 34 | 17 | 21 | 2E | 39 |
| Octal | 304 | 227 | 137 | 0 | 27 | 64 | 27 | 41 | 56 | 71 |
| Binary | 11000100 | 10010111 | 1011111 | 0 | 10111 | 110100 | 10111 | 100001 | 101110 | 111001 |
Color Harmonies of #C4975F
Complementary color
Monochromatic Colors of #C4975F
Black with #C4975F
Text Example
Text Example
White with #C4975F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4975F; }
p { color: rgb(196,151,95); }
H1.HeaderClassName
{
color: #C4975F;
}
.AnyTagClassName
{
color: #C4975F;
}
</style>
background-color css
<style>
a { background-color: #C4975F; }
a { background-color: rgb(196,151,95); }
div.DivClassName
{
background-color: #C4975F;
}
.BgClassName
{
background-color: #C4975F;
}
</style>
border-color css
<style>
span { border-color: #C4975F; }
span { border-color: rgb(196,151,95); }
td.TdClassName
{
border-color: #C4975F;
}
.TagClassName
{
border-color: #C4975F;
}
</style>