Shades of Twine #CB9051
Tints of Twine #CB9051
RGB
CMYK
RGB Variations
Color information
#CB9051 (or 0xCB9051) is known color: Twine. HEX triplet: CB, 90 and 51. RGB value is (203,144,81). Sum of RGB (Red+Green+Blue) = 203+144+81=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9051 is #346FAE. Grayscale: #9A9A9A. Windows color (decimal): -3436463 or 5345483. OLE color: 5345483.
HSL color Cylindrical-coordinate representation of color #CB9051: hue angle of 30.98º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB9051 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 81 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.20 |
| HSL | 30.98º | 0.54% | 0.56% | - |
| HSV(B) | 30.98º | 0.6% | 0.8% | - |
| XYZ | 36.09 | 33.24 | 12.3 | - |
| YUV | 154.46 | 86.55 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 81 | 0 | 0.29 | 0.60 | 0.20 | 30.98 | 0.54 | 0.56 |
| Hex | CB | 90 | 51 | 0 | 1D | 3C | 14 | 1F | 36 | 38 |
| Octal | 313 | 220 | 121 | 0 | 35 | 74 | 24 | 37 | 66 | 70 |
| Binary | 11001011 | 10010000 | 1010001 | 0 | 11101 | 111100 | 10100 | 11111 | 110110 | 111000 |
Color Harmonies of #CB9051
Complementary color
Monochromatic Colors of #CB9051
Black with #CB9051
Text Example
Text Example
White with #CB9051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9051; }
p { color: rgb(203,144,81); }
H1.HeaderClassName
{
color: #CB9051;
}
.AnyTagClassName
{
color: #CB9051;
}
</style>
background-color css
<style>
a { background-color: #CB9051; }
a { background-color: rgb(203,144,81); }
div.DivClassName
{
background-color: #CB9051;
}
.BgClassName
{
background-color: #CB9051;
}
</style>
border-color css
<style>
span { border-color: #CB9051; }
span { border-color: rgb(203,144,81); }
td.TdClassName
{
border-color: #CB9051;
}
.TagClassName
{
border-color: #CB9051;
}
</style>