Shades of Twine #C9915C
Tints of Twine #C9915C
RGB
CMYK
RGB Variations
Color information
#C9915C (or 0xC9915C) is known color: Twine. HEX triplet: C9, 91 and 5C. RGB value is (201,145,92). Sum of RGB (Red+Green+Blue) = 201+145+92=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C9915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9915C is #366EA3. Grayscale: #9B9B9B. Windows color (decimal): -3567268 or 6066633. OLE color: 6066633.
HSL color Cylindrical-coordinate representation of color #C9915C: hue angle of 29.17º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9915C is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 92 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.21 |
| HSL | 29.17º | 0.5% | 0.57% | - |
| HSV(B) | 29.17º | 0.54% | 0.79% | - |
| XYZ | 36.14 | 33.44 | 14.67 | - |
| YUV | 155.7 | 92.05 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 92 | 0 | 0.28 | 0.54 | 0.21 | 29.17 | 0.5 | 0.57 |
| Hex | C9 | 91 | 5C | 0 | 1C | 36 | 15 | 1D | 32 | 39 |
| Octal | 311 | 221 | 134 | 0 | 34 | 66 | 25 | 35 | 62 | 71 |
| Binary | 11001001 | 10010001 | 1011100 | 0 | 11100 | 110110 | 10101 | 11101 | 110010 | 111001 |
Color Harmonies of #C9915C
Complementary color
Monochromatic Colors of #C9915C
Black with #C9915C
Text Example
Text Example
White with #C9915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9915C; }
p { color: rgb(201,145,92); }
H1.HeaderClassName
{
color: #C9915C;
}
.AnyTagClassName
{
color: #C9915C;
}
</style>
background-color css
<style>
a { background-color: #C9915C; }
a { background-color: rgb(201,145,92); }
div.DivClassName
{
background-color: #C9915C;
}
.BgClassName
{
background-color: #C9915C;
}
</style>
border-color css
<style>
span { border-color: #C9915C; }
span { border-color: rgb(201,145,92); }
td.TdClassName
{
border-color: #C9915C;
}
.TagClassName
{
border-color: #C9915C;
}
</style>