Shades of Twine #CB8950
Tints of Twine #CB8950
RGB
CMYK
RGB Variations
Color information
#CB8950 (or 0xCB8950) is known color: Twine. HEX triplet: CB, 89 and 50. RGB value is (203,137,80). Sum of RGB (Red+Green+Blue) = 203+137+80=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8950 is #3476AF. Grayscale: #969696. Windows color (decimal): -3438256 or 5278155. OLE color: 5278155.
HSL color Cylindrical-coordinate representation of color #CB8950: hue angle of 27.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB8950 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 80 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.20 |
| HSL | 27.8º | 0.54% | 0.55% | - |
| HSV(B) | 27.8º | 0.61% | 0.8% | - |
| XYZ | 35.02 | 31.17 | 11.76 | - |
| YUV | 150.24 | 88.37 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 80 | 0 | 0.33 | 0.61 | 0.20 | 27.8 | 0.54 | 0.55 |
| Hex | CB | 89 | 50 | 0 | 21 | 3D | 14 | 1C | 36 | 37 |
| Octal | 313 | 211 | 120 | 0 | 41 | 75 | 24 | 34 | 66 | 67 |
| Binary | 11001011 | 10001001 | 1010000 | 0 | 100001 | 111101 | 10100 | 11100 | 110110 | 110111 |
Color Harmonies of #CB8950
Complementary color
Monochromatic Colors of #CB8950
Black with #CB8950
Text Example
Text Example
White with #CB8950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8950; }
p { color: rgb(203,137,80); }
H1.HeaderClassName
{
color: #CB8950;
}
.AnyTagClassName
{
color: #CB8950;
}
</style>
background-color css
<style>
a { background-color: #CB8950; }
a { background-color: rgb(203,137,80); }
div.DivClassName
{
background-color: #CB8950;
}
.BgClassName
{
background-color: #CB8950;
}
</style>
border-color css
<style>
span { border-color: #CB8950; }
span { border-color: rgb(203,137,80); }
td.TdClassName
{
border-color: #CB8950;
}
.TagClassName
{
border-color: #CB8950;
}
</style>