Shades of Twine #C99C58
Tints of Twine #C99C58
RGB
CMYK
RGB Variations
Color information
#C99C58 (or 0xC99C58) is known color: Twine. HEX triplet: C9, 9C and 58. RGB value is (201,156,88). Sum of RGB (Red+Green+Blue) = 201+156+88=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99C58 is #3663A7. Grayscale: #A2A2A2. Windows color (decimal): -3564456 or 5807305. OLE color: 5807305.
HSL color Cylindrical-coordinate representation of color #C99C58: hue angle of 36.11º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C99C58 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 88 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.21 |
| HSL | 36.11º | 0.51% | 0.57% | - |
| HSV(B) | 36.11º | 0.56% | 0.79% | - |
| XYZ | 37.74 | 36.9 | 14.37 | - |
| YUV | 161.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 88 | 0 | 0.22 | 0.56 | 0.21 | 36.11 | 0.51 | 0.57 |
| Hex | C9 | 9C | 58 | 0 | 16 | 38 | 15 | 24 | 33 | 39 |
| Octal | 311 | 234 | 130 | 0 | 26 | 70 | 25 | 44 | 63 | 71 |
| Binary | 11001001 | 10011100 | 1011000 | 0 | 10110 | 111000 | 10101 | 100100 | 110011 | 111001 |
Color Harmonies of #C99C58
Complementary color
Monochromatic Colors of #C99C58
Black with #C99C58
Text Example
Text Example
White with #C99C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99C58; }
p { color: rgb(201,156,88); }
H1.HeaderClassName
{
color: #C99C58;
}
.AnyTagClassName
{
color: #C99C58;
}
</style>
background-color css
<style>
a { background-color: #C99C58; }
a { background-color: rgb(201,156,88); }
div.DivClassName
{
background-color: #C99C58;
}
.BgClassName
{
background-color: #C99C58;
}
</style>
border-color css
<style>
span { border-color: #C99C58; }
span { border-color: rgb(201,156,88); }
td.TdClassName
{
border-color: #C99C58;
}
.TagClassName
{
border-color: #C99C58;
}
</style>