Shades of Twine #CB9758
Tints of Twine #CB9758
RGB
CMYK
RGB Variations
Color information
#CB9758 (or 0xCB9758) is known color: Twine. HEX triplet: CB, 97 and 58. RGB value is (203,151,88). Sum of RGB (Red+Green+Blue) = 203+151+88=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9758 is #3468A7. Grayscale: #9F9F9F. Windows color (decimal): -3434664 or 5806027. OLE color: 5806027.
HSL color Cylindrical-coordinate representation of color #CB9758: hue angle of 32.87º 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 #CB9758 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 88 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.20 |
| HSL | 32.87º | 0.53% | 0.57% | - |
| HSV(B) | 32.87º | 0.57% | 0.8% | - |
| XYZ | 37.46 | 35.53 | 14.12 | - |
| YUV | 159.37 | 87.73 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 88 | 0 | 0.26 | 0.57 | 0.20 | 32.87 | 0.53 | 0.57 |
| Hex | CB | 97 | 58 | 0 | 1A | 39 | 14 | 21 | 35 | 39 |
| Octal | 313 | 227 | 130 | 0 | 32 | 71 | 24 | 41 | 65 | 71 |
| Binary | 11001011 | 10010111 | 1011000 | 0 | 11010 | 111001 | 10100 | 100001 | 110101 | 111001 |
Color Harmonies of #CB9758
Complementary color
Monochromatic Colors of #CB9758
Black with #CB9758
Text Example
Text Example
White with #CB9758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9758; }
p { color: rgb(203,151,88); }
H1.HeaderClassName
{
color: #CB9758;
}
.AnyTagClassName
{
color: #CB9758;
}
</style>
background-color css
<style>
a { background-color: #CB9758; }
a { background-color: rgb(203,151,88); }
div.DivClassName
{
background-color: #CB9758;
}
.BgClassName
{
background-color: #CB9758;
}
</style>
border-color css
<style>
span { border-color: #CB9758; }
span { border-color: rgb(203,151,88); }
td.TdClassName
{
border-color: #CB9758;
}
.TagClassName
{
border-color: #CB9758;
}
</style>