Shades of Twine #CB9850
Tints of Twine #CB9850
RGB
CMYK
RGB Variations
Color information
#CB9850 (or 0xCB9850) is known color: Twine. HEX triplet: CB, 98 and 50. RGB value is (203,152,80). Sum of RGB (Red+Green+Blue) = 203+152+80=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9850 is #3467AF. Grayscale: #9F9F9F. Windows color (decimal): -3434416 or 5281995. OLE color: 5281995.
HSL color Cylindrical-coordinate representation of color #CB9850: hue angle of 35.12º 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 #CB9850 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 80 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.20 |
| HSL | 35.12º | 0.54% | 0.55% | - |
| HSV(B) | 35.12º | 0.61% | 0.8% | - |
| XYZ | 37.3 | 35.73 | 12.52 | - |
| YUV | 159.04 | 83.4 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 80 | 0 | 0.25 | 0.61 | 0.20 | 35.12 | 0.54 | 0.55 |
| Hex | CB | 98 | 50 | 0 | 19 | 3D | 14 | 23 | 36 | 37 |
| Octal | 313 | 230 | 120 | 0 | 31 | 75 | 24 | 43 | 66 | 67 |
| Binary | 11001011 | 10011000 | 1010000 | 0 | 11001 | 111101 | 10100 | 100011 | 110110 | 110111 |
Color Harmonies of #CB9850
Complementary color
Monochromatic Colors of #CB9850
Black with #CB9850
Text Example
Text Example
White with #CB9850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9850; }
p { color: rgb(203,152,80); }
H1.HeaderClassName
{
color: #CB9850;
}
.AnyTagClassName
{
color: #CB9850;
}
</style>
background-color css
<style>
a { background-color: #CB9850; }
a { background-color: rgb(203,152,80); }
div.DivClassName
{
background-color: #CB9850;
}
.BgClassName
{
background-color: #CB9850;
}
</style>
border-color css
<style>
span { border-color: #CB9850; }
span { border-color: rgb(203,152,80); }
td.TdClassName
{
border-color: #CB9850;
}
.TagClassName
{
border-color: #CB9850;
}
</style>