Shades of Twine #CB9458
Tints of Twine #CB9458
RGB
CMYK
RGB Variations
Color information
#CB9458 (or 0xCB9458) is known color: Twine. HEX triplet: CB, 94 and 58. RGB value is (203,148,88). Sum of RGB (Red+Green+Blue) = 203+148+88=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9458 is #346BA7. Grayscale: #9D9D9D. Windows color (decimal): -3435432 or 5805259. OLE color: 5805259.
HSL color Cylindrical-coordinate representation of color #CB9458: hue angle of 31.3º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB9458 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 88 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.20 |
| HSL | 31.3º | 0.53% | 0.57% | - |
| HSV(B) | 31.3º | 0.57% | 0.8% | - |
| XYZ | 36.98 | 34.58 | 13.96 | - |
| YUV | 157.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 88 | 0 | 0.27 | 0.57 | 0.20 | 31.3 | 0.53 | 0.57 |
| Hex | CB | 94 | 58 | 0 | 1B | 39 | 14 | 1F | 35 | 39 |
| Octal | 313 | 224 | 130 | 0 | 33 | 71 | 24 | 37 | 65 | 71 |
| Binary | 11001011 | 10010100 | 1011000 | 0 | 11011 | 111001 | 10100 | 11111 | 110101 | 111001 |
Color Harmonies of #CB9458
Complementary color
Monochromatic Colors of #CB9458
Black with #CB9458
Text Example
Text Example
White with #CB9458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9458; }
p { color: rgb(203,148,88); }
H1.HeaderClassName
{
color: #CB9458;
}
.AnyTagClassName
{
color: #CB9458;
}
</style>
background-color css
<style>
a { background-color: #CB9458; }
a { background-color: rgb(203,148,88); }
div.DivClassName
{
background-color: #CB9458;
}
.BgClassName
{
background-color: #CB9458;
}
</style>
border-color css
<style>
span { border-color: #CB9458; }
span { border-color: rgb(203,148,88); }
td.TdClassName
{
border-color: #CB9458;
}
.TagClassName
{
border-color: #CB9458;
}
</style>