Shades of Twine #C89C5D
Tints of Twine #C89C5D
RGB
CMYK
RGB Variations
Color information
#C89C5D (or 0xC89C5D) is known color: Twine. HEX triplet: C8, 9C and 5D. RGB value is (200,156,93). Sum of RGB (Red+Green+Blue) = 200+156+93=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89C5D is #3763A2. Grayscale: #A2A2A2. Windows color (decimal): -3629987 or 6134984. OLE color: 6134984.
HSL color Cylindrical-coordinate representation of color #C89C5D: hue angle of 35.33º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C89C5D is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 93 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.22 |
| HSL | 35.33º | 0.49% | 0.57% | - |
| HSV(B) | 35.33º | 0.54% | 0.78% | - |
| XYZ | 37.68 | 36.85 | 15.48 | - |
| YUV | 161.97 | 89.08 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 93 | 0 | 0.22 | 0.54 | 0.22 | 35.33 | 0.49 | 0.57 |
| Hex | C8 | 9C | 5D | 0 | 16 | 36 | 16 | 23 | 31 | 39 |
| Octal | 310 | 234 | 135 | 0 | 26 | 66 | 26 | 43 | 61 | 71 |
| Binary | 11001000 | 10011100 | 1011101 | 0 | 10110 | 110110 | 10110 | 100011 | 110001 | 111001 |
Color Harmonies of #C89C5D
Complementary color
Monochromatic Colors of #C89C5D
Black with #C89C5D
Text Example
Text Example
White with #C89C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C5D; }
p { color: rgb(200,156,93); }
H1.HeaderClassName
{
color: #C89C5D;
}
.AnyTagClassName
{
color: #C89C5D;
}
</style>
background-color css
<style>
a { background-color: #C89C5D; }
a { background-color: rgb(200,156,93); }
div.DivClassName
{
background-color: #C89C5D;
}
.BgClassName
{
background-color: #C89C5D;
}
</style>
border-color css
<style>
span { border-color: #C89C5D; }
span { border-color: rgb(200,156,93); }
td.TdClassName
{
border-color: #C89C5D;
}
.TagClassName
{
border-color: #C89C5D;
}
</style>