Shades of Twine #CB9B50
Tints of Twine #CB9B50
RGB
CMYK
RGB Variations
Color information
#CB9B50 (or 0xCB9B50) is known color: Twine. HEX triplet: CB, 9B and 50. RGB value is (203,155,80). Sum of RGB (Red+Green+Blue) = 203+155+80=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9B50 is #3464AF. Grayscale: #A1A1A1. Windows color (decimal): -3433648 or 5282763. OLE color: 5282763.
HSL color Cylindrical-coordinate representation of color #CB9B50: hue angle of 36.59º 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 #CB9B50 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 155 | 80 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.20 |
| HSL | 36.59º | 0.54% | 0.55% | - |
| HSV(B) | 36.59º | 0.61% | 0.8% | - |
| XYZ | 37.8 | 36.72 | 12.68 | - |
| YUV | 160.8 | 82.4 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 80 | 0 | 0.24 | 0.61 | 0.20 | 36.59 | 0.54 | 0.55 |
| Hex | CB | 9B | 50 | 0 | 18 | 3D | 14 | 25 | 36 | 37 |
| Octal | 313 | 233 | 120 | 0 | 30 | 75 | 24 | 45 | 66 | 67 |
| Binary | 11001011 | 10011011 | 1010000 | 0 | 11000 | 111101 | 10100 | 100101 | 110110 | 110111 |
Color Harmonies of #CB9B50
Complementary color
Monochromatic Colors of #CB9B50
Black with #CB9B50
Text Example
Text Example
White with #CB9B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9B50; }
p { color: rgb(203,155,80); }
H1.HeaderClassName
{
color: #CB9B50;
}
.AnyTagClassName
{
color: #CB9B50;
}
</style>
background-color css
<style>
a { background-color: #CB9B50; }
a { background-color: rgb(203,155,80); }
div.DivClassName
{
background-color: #CB9B50;
}
.BgClassName
{
background-color: #CB9B50;
}
</style>
border-color css
<style>
span { border-color: #CB9B50; }
span { border-color: rgb(203,155,80); }
td.TdClassName
{
border-color: #CB9B50;
}
.TagClassName
{
border-color: #CB9B50;
}
</style>