Shades of Twine #CB9356
Tints of Twine #CB9356
RGB
CMYK
RGB Variations
Color information
#CB9356 (or 0xCB9356) is known color: Twine. HEX triplet: CB, 93 and 56. RGB value is (203,147,86). Sum of RGB (Red+Green+Blue) = 203+147+86=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9356 is #346CA9. Grayscale: #9D9D9D. Windows color (decimal): -3435690 or 5673931. OLE color: 5673931.
HSL color Cylindrical-coordinate representation of color #CB9356: hue angle of 31.28º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB9356 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 86 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.20 |
| HSL | 31.28º | 0.53% | 0.57% | - |
| HSV(B) | 31.28º | 0.58% | 0.8% | - |
| XYZ | 36.74 | 34.24 | 13.48 | - |
| YUV | 156.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 86 | 0 | 0.28 | 0.58 | 0.20 | 31.28 | 0.53 | 0.57 |
| Hex | CB | 93 | 56 | 0 | 1C | 3A | 14 | 1F | 35 | 39 |
| Octal | 313 | 223 | 126 | 0 | 34 | 72 | 24 | 37 | 65 | 71 |
| Binary | 11001011 | 10010011 | 1010110 | 0 | 11100 | 111010 | 10100 | 11111 | 110101 | 111001 |
Color Harmonies of #CB9356
Complementary color
Monochromatic Colors of #CB9356
Black with #CB9356
Text Example
Text Example
White with #CB9356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9356; }
p { color: rgb(203,147,86); }
H1.HeaderClassName
{
color: #CB9356;
}
.AnyTagClassName
{
color: #CB9356;
}
</style>
background-color css
<style>
a { background-color: #CB9356; }
a { background-color: rgb(203,147,86); }
div.DivClassName
{
background-color: #CB9356;
}
.BgClassName
{
background-color: #CB9356;
}
</style>
border-color css
<style>
span { border-color: #CB9356; }
span { border-color: rgb(203,147,86); }
td.TdClassName
{
border-color: #CB9356;
}
.TagClassName
{
border-color: #CB9356;
}
</style>