Shades of Twine #CB9A58
Tints of Twine #CB9A58
RGB
CMYK
RGB Variations
Color information
#CB9A58 (or 0xCB9A58) is known color: Twine. HEX triplet: CB, 9A and 58. RGB value is (203,154,88). Sum of RGB (Red+Green+Blue) = 203+154+88=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9A58 is #3465A7. Grayscale: #A1A1A1. Windows color (decimal): -3433896 or 5806795. OLE color: 5806795.
HSL color Cylindrical-coordinate representation of color #CB9A58: hue angle of 34.43º 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 #CB9A58 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 154 | 88 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.20 |
| HSL | 34.43º | 0.53% | 0.57% | - |
| HSV(B) | 34.43º | 0.57% | 0.8% | - |
| XYZ | 37.95 | 36.51 | 14.28 | - |
| YUV | 161.13 | 86.73 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 88 | 0 | 0.24 | 0.57 | 0.20 | 34.43 | 0.53 | 0.57 |
| Hex | CB | 9A | 58 | 0 | 18 | 39 | 14 | 22 | 35 | 39 |
| Octal | 313 | 232 | 130 | 0 | 30 | 71 | 24 | 42 | 65 | 71 |
| Binary | 11001011 | 10011010 | 1011000 | 0 | 11000 | 111001 | 10100 | 100010 | 110101 | 111001 |
Color Harmonies of #CB9A58
Complementary color
Monochromatic Colors of #CB9A58
Black with #CB9A58
Text Example
Text Example
White with #CB9A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9A58; }
p { color: rgb(203,154,88); }
H1.HeaderClassName
{
color: #CB9A58;
}
.AnyTagClassName
{
color: #CB9A58;
}
</style>
background-color css
<style>
a { background-color: #CB9A58; }
a { background-color: rgb(203,154,88); }
div.DivClassName
{
background-color: #CB9A58;
}
.BgClassName
{
background-color: #CB9A58;
}
</style>
border-color css
<style>
span { border-color: #CB9A58; }
span { border-color: rgb(203,154,88); }
td.TdClassName
{
border-color: #CB9A58;
}
.TagClassName
{
border-color: #CB9A58;
}
</style>