Shades of Twine #CB9958
Tints of Twine #CB9958
RGB
CMYK
RGB Variations
Color information
#CB9958 (or 0xCB9958) is known color: Twine. HEX triplet: CB, 99 and 58. RGB value is (203,153,88). Sum of RGB (Red+Green+Blue) = 203+153+88=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9958 is #3466A7. Grayscale: #A0A0A0. Windows color (decimal): -3434152 or 5806539. OLE color: 5806539.
HSL color Cylindrical-coordinate representation of color #CB9958: hue angle of 33.91º 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 #CB9958 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 88 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.20 |
| HSL | 33.91º | 0.53% | 0.57% | - |
| HSV(B) | 33.91º | 0.57% | 0.8% | - |
| XYZ | 37.78 | 36.18 | 14.23 | - |
| YUV | 160.54 | 87.07 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 88 | 0 | 0.25 | 0.57 | 0.20 | 33.91 | 0.53 | 0.57 |
| Hex | CB | 99 | 58 | 0 | 19 | 39 | 14 | 22 | 35 | 39 |
| Octal | 313 | 231 | 130 | 0 | 31 | 71 | 24 | 42 | 65 | 71 |
| Binary | 11001011 | 10011001 | 1011000 | 0 | 11001 | 111001 | 10100 | 100010 | 110101 | 111001 |
Color Harmonies of #CB9958
Complementary color
Monochromatic Colors of #CB9958
Black with #CB9958
Text Example
Text Example
White with #CB9958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9958; }
p { color: rgb(203,153,88); }
H1.HeaderClassName
{
color: #CB9958;
}
.AnyTagClassName
{
color: #CB9958;
}
</style>
background-color css
<style>
a { background-color: #CB9958; }
a { background-color: rgb(203,153,88); }
div.DivClassName
{
background-color: #CB9958;
}
.BgClassName
{
background-color: #CB9958;
}
</style>
border-color css
<style>
span { border-color: #CB9958; }
span { border-color: rgb(203,153,88); }
td.TdClassName
{
border-color: #CB9958;
}
.TagClassName
{
border-color: #CB9958;
}
</style>