Shades of Twine #CB9255
Tints of Twine #CB9255
RGB
CMYK
RGB Variations
Color information
#CB9255 (or 0xCB9255) is known color: Twine. HEX triplet: CB, 92 and 55. RGB value is (203,146,85). Sum of RGB (Red+Green+Blue) = 203+146+85=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9255 is #346DAA. Grayscale: #9C9C9C. Windows color (decimal): -3435947 or 5608139. OLE color: 5608139.
HSL color Cylindrical-coordinate representation of color #CB9255: hue angle of 31.02º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB9255 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 85 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.20 |
| HSL | 31.02º | 0.53% | 0.56% | - |
| HSV(B) | 31.02º | 0.58% | 0.8% | - |
| XYZ | 36.55 | 33.91 | 13.21 | - |
| YUV | 156.09 | 87.88 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 85 | 0 | 0.28 | 0.58 | 0.20 | 31.02 | 0.53 | 0.56 |
| Hex | CB | 92 | 55 | 0 | 1C | 3A | 14 | 1F | 35 | 38 |
| Octal | 313 | 222 | 125 | 0 | 34 | 72 | 24 | 37 | 65 | 70 |
| Binary | 11001011 | 10010010 | 1010101 | 0 | 11100 | 111010 | 10100 | 11111 | 110101 | 111000 |
Color Harmonies of #CB9255
Complementary color
Monochromatic Colors of #CB9255
Black with #CB9255
Text Example
Text Example
White with #CB9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9255; }
p { color: rgb(203,146,85); }
H1.HeaderClassName
{
color: #CB9255;
}
.AnyTagClassName
{
color: #CB9255;
}
</style>
background-color css
<style>
a { background-color: #CB9255; }
a { background-color: rgb(203,146,85); }
div.DivClassName
{
background-color: #CB9255;
}
.BgClassName
{
background-color: #CB9255;
}
</style>
border-color css
<style>
span { border-color: #CB9255; }
span { border-color: rgb(203,146,85); }
td.TdClassName
{
border-color: #CB9255;
}
.TagClassName
{
border-color: #CB9255;
}
</style>