Shades of Twine #C89450
Tints of Twine #C89450
RGB
CMYK
RGB Variations
Color information
#C89450 (or 0xC89450) is known color: Twine. HEX triplet: C8, 94 and 50. RGB value is (200,148,80). Sum of RGB (Red+Green+Blue) = 200+148+80=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C89450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89450 is #376BAF. Grayscale: #9C9C9C. Windows color (decimal): -3632048 or 5280968. OLE color: 5280968.
HSL color Cylindrical-coordinate representation of color #C89450: hue angle of 34º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C89450 is Cyan = 0, Magento = 0.26, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 80 | - |
| CMYK | 0 | 0.26 | 0.6 | 0.22 |
| HSL | 34º | 0.52% | 0.55% | - |
| HSV(B) | 34º | 0.6% | 0.78% | - |
| XYZ | 35.86 | 34.04 | 12.27 | - |
| YUV | 155.8 | 85.23 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 80 | 0 | 0.26 | 0.6 | 0.22 | 34 | 0.52 | 0.55 |
| Hex | C8 | 94 | 50 | 0 | 1A | 3C | 16 | 22 | 34 | 37 |
| Octal | 310 | 224 | 120 | 0 | 32 | 74 | 26 | 42 | 64 | 67 |
| Binary | 11001000 | 10010100 | 1010000 | 0 | 11010 | 111100 | 10110 | 100010 | 110100 | 110111 |
Color Harmonies of #C89450
Complementary color
Monochromatic Colors of #C89450
Black with #C89450
Text Example
Text Example
White with #C89450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89450; }
p { color: rgb(200,148,80); }
H1.HeaderClassName
{
color: #C89450;
}
.AnyTagClassName
{
color: #C89450;
}
</style>
background-color css
<style>
a { background-color: #C89450; }
a { background-color: rgb(200,148,80); }
div.DivClassName
{
background-color: #C89450;
}
.BgClassName
{
background-color: #C89450;
}
</style>
border-color css
<style>
span { border-color: #C89450; }
span { border-color: rgb(200,148,80); }
td.TdClassName
{
border-color: #C89450;
}
.TagClassName
{
border-color: #C89450;
}
</style>