Shades of Twine #C4905F
Tints of Twine #C4905F
RGB
CMYK
RGB Variations
Color information
#C4905F (or 0xC4905F) is known color: Twine. HEX triplet: C4, 90 and 5F. RGB value is (196,144,95). Sum of RGB (Red+Green+Blue) = 196+144+95=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4905F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4905F is #3B6FA0. Grayscale: #9A9A9A. Windows color (decimal): -3895201 or 6262980. OLE color: 6262980.
HSL color Cylindrical-coordinate representation of color #C4905F: hue angle of 29.11º 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 #C4905F is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 95 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.23 |
| HSL | 29.11º | 0.46% | 0.57% | - |
| HSV(B) | 29.11º | 0.52% | 0.77% | - |
| XYZ | 34.8 | 32.51 | 15.27 | - |
| YUV | 153.96 | 94.73 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 95 | 0 | 0.27 | 0.52 | 0.23 | 29.11 | 0.46 | 0.57 |
| Hex | C4 | 90 | 5F | 0 | 1B | 34 | 17 | 1D | 2E | 39 |
| Octal | 304 | 220 | 137 | 0 | 33 | 64 | 27 | 35 | 56 | 71 |
| Binary | 11000100 | 10010000 | 1011111 | 0 | 11011 | 110100 | 10111 | 11101 | 101110 | 111001 |
Color Harmonies of #C4905F
Complementary color
Monochromatic Colors of #C4905F
Black with #C4905F
Text Example
Text Example
White with #C4905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4905F; }
p { color: rgb(196,144,95); }
H1.HeaderClassName
{
color: #C4905F;
}
.AnyTagClassName
{
color: #C4905F;
}
</style>
background-color css
<style>
a { background-color: #C4905F; }
a { background-color: rgb(196,144,95); }
div.DivClassName
{
background-color: #C4905F;
}
.BgClassName
{
background-color: #C4905F;
}
</style>
border-color css
<style>
span { border-color: #C4905F; }
span { border-color: rgb(196,144,95); }
td.TdClassName
{
border-color: #C4905F;
}
.TagClassName
{
border-color: #C4905F;
}
</style>