Shades of Twine #CB8F50
Tints of Twine #CB8F50
RGB
CMYK
RGB Variations
Color information
#CB8F50 (or 0xCB8F50) is known color: Twine. HEX triplet: CB, 8F and 50. RGB value is (203,143,80). Sum of RGB (Red+Green+Blue) = 203+143+80=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8F50 is #3470AF. Grayscale: #9A9A9A. Windows color (decimal): -3436720 or 5279691. OLE color: 5279691.
HSL color Cylindrical-coordinate representation of color #CB8F50: hue angle of 30.73º 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 #CB8F50 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 80 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.20 |
| HSL | 30.73º | 0.54% | 0.55% | - |
| HSV(B) | 30.73º | 0.61% | 0.8% | - |
| XYZ | 35.9 | 32.92 | 12.05 | - |
| YUV | 153.76 | 86.38 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 80 | 0 | 0.30 | 0.61 | 0.20 | 30.73 | 0.54 | 0.55 |
| Hex | CB | 8F | 50 | 0 | 1E | 3D | 14 | 1F | 36 | 37 |
| Octal | 313 | 217 | 120 | 0 | 36 | 75 | 24 | 37 | 66 | 67 |
| Binary | 11001011 | 10001111 | 1010000 | 0 | 11110 | 111101 | 10100 | 11111 | 110110 | 110111 |
Color Harmonies of #CB8F50
Complementary color
Monochromatic Colors of #CB8F50
Black with #CB8F50
Text Example
Text Example
White with #CB8F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8F50; }
p { color: rgb(203,143,80); }
H1.HeaderClassName
{
color: #CB8F50;
}
.AnyTagClassName
{
color: #CB8F50;
}
</style>
background-color css
<style>
a { background-color: #CB8F50; }
a { background-color: rgb(203,143,80); }
div.DivClassName
{
background-color: #CB8F50;
}
.BgClassName
{
background-color: #CB8F50;
}
</style>
border-color css
<style>
span { border-color: #CB8F50; }
span { border-color: rgb(203,143,80); }
td.TdClassName
{
border-color: #CB8F50;
}
.TagClassName
{
border-color: #CB8F50;
}
</style>