Shades of Twine #C7905C
Tints of Twine #C7905C
RGB
CMYK
RGB Variations
Color information
#C7905C (or 0xC7905C) is known color: Twine. HEX triplet: C7, 90 and 5C. RGB value is (199,144,92). Sum of RGB (Red+Green+Blue) = 199+144+92=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C7905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7905C is #386FA3. Grayscale: #9A9A9A. Windows color (decimal): -3698596 or 6066375. OLE color: 6066375.
HSL color Cylindrical-coordinate representation of color #C7905C: hue angle of 29.16º degrees, saturation: 0.49, 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 #C7905C is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 92 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.22 |
| HSL | 29.16º | 0.49% | 0.57% | - |
| HSV(B) | 29.16º | 0.54% | 0.78% | - |
| XYZ | 35.46 | 32.86 | 14.6 | - |
| YUV | 154.52 | 92.72 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 92 | 0 | 0.28 | 0.54 | 0.22 | 29.16 | 0.49 | 0.57 |
| Hex | C7 | 90 | 5C | 0 | 1C | 36 | 16 | 1D | 31 | 39 |
| Octal | 307 | 220 | 134 | 0 | 34 | 66 | 26 | 35 | 61 | 71 |
| Binary | 11000111 | 10010000 | 1011100 | 0 | 11100 | 110110 | 10110 | 11101 | 110001 | 111001 |
Color Harmonies of #C7905C
Complementary color
Monochromatic Colors of #C7905C
Black with #C7905C
Text Example
Text Example
White with #C7905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7905C; }
p { color: rgb(199,144,92); }
H1.HeaderClassName
{
color: #C7905C;
}
.AnyTagClassName
{
color: #C7905C;
}
</style>
background-color css
<style>
a { background-color: #C7905C; }
a { background-color: rgb(199,144,92); }
div.DivClassName
{
background-color: #C7905C;
}
.BgClassName
{
background-color: #C7905C;
}
</style>
border-color css
<style>
span { border-color: #C7905C; }
span { border-color: rgb(199,144,92); }
td.TdClassName
{
border-color: #C7905C;
}
.TagClassName
{
border-color: #C7905C;
}
</style>