Shades of Twine #C99450
Tints of Twine #C99450
RGB
CMYK
RGB Variations
Color information
#C99450 (or 0xC99450) is known color: Twine. HEX triplet: C9, 94 and 50. RGB value is (201,148,80). Sum of RGB (Red+Green+Blue) = 201+148+80=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C99450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99450 is #366BAF. Grayscale: #9C9C9C. Windows color (decimal): -3566512 or 5280969. OLE color: 5280969.
HSL color Cylindrical-coordinate representation of color #C99450: hue angle of 33.72º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C99450 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 80 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.21 |
| HSL | 33.72º | 0.53% | 0.55% | - |
| HSV(B) | 33.72º | 0.6% | 0.79% | - |
| XYZ | 36.13 | 34.18 | 12.28 | - |
| YUV | 156.1 | 85.06 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 80 | 0 | 0.26 | 0.60 | 0.21 | 33.72 | 0.53 | 0.55 |
| Hex | C9 | 94 | 50 | 0 | 1A | 3C | 15 | 22 | 35 | 37 |
| Octal | 311 | 224 | 120 | 0 | 32 | 74 | 25 | 42 | 65 | 67 |
| Binary | 11001001 | 10010100 | 1010000 | 0 | 11010 | 111100 | 10101 | 100010 | 110101 | 110111 |
Color Harmonies of #C99450
Complementary color
Monochromatic Colors of #C99450
Black with #C99450
Text Example
Text Example
White with #C99450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99450; }
p { color: rgb(201,148,80); }
H1.HeaderClassName
{
color: #C99450;
}
.AnyTagClassName
{
color: #C99450;
}
</style>
background-color css
<style>
a { background-color: #C99450; }
a { background-color: rgb(201,148,80); }
div.DivClassName
{
background-color: #C99450;
}
.BgClassName
{
background-color: #C99450;
}
</style>
border-color css
<style>
span { border-color: #C99450; }
span { border-color: rgb(201,148,80); }
td.TdClassName
{
border-color: #C99450;
}
.TagClassName
{
border-color: #C99450;
}
</style>