Shades of Twine #CB9953
Tints of Twine #CB9953
RGB
CMYK
RGB Variations
Color information
#CB9953 (or 0xCB9953) is known color: Twine. HEX triplet: CB, 99 and 53. RGB value is (203,153,83). Sum of RGB (Red+Green+Blue) = 203+153+83=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 83 (32.81% from 255 or 18.91% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9953 is #3466AC. Grayscale: #A0A0A0. Windows color (decimal): -3434157 or 5478859. OLE color: 5478859.
HSL color Cylindrical-coordinate representation of color #CB9953: hue angle of 35º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB9953 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 83 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.20 |
| HSL | 35º | 0.54% | 0.56% | - |
| HSV(B) | 35º | 0.59% | 0.8% | - |
| XYZ | 37.58 | 36.1 | 13.17 | - |
| YUV | 159.97 | 84.57 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 83 | 0 | 0.25 | 0.59 | 0.20 | 35 | 0.54 | 0.56 |
| Hex | CB | 99 | 53 | 0 | 19 | 3B | 14 | 23 | 36 | 38 |
| Octal | 313 | 231 | 123 | 0 | 31 | 73 | 24 | 43 | 66 | 70 |
| Binary | 11001011 | 10011001 | 1010011 | 0 | 11001 | 111011 | 10100 | 100011 | 110110 | 111000 |
Color Harmonies of #CB9953
Complementary color
Monochromatic Colors of #CB9953
Black with #CB9953
Text Example
Text Example
White with #CB9953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9953; }
p { color: rgb(203,153,83); }
H1.HeaderClassName
{
color: #CB9953;
}
.AnyTagClassName
{
color: #CB9953;
}
</style>
background-color css
<style>
a { background-color: #CB9953; }
a { background-color: rgb(203,153,83); }
div.DivClassName
{
background-color: #CB9953;
}
.BgClassName
{
background-color: #CB9953;
}
</style>
border-color css
<style>
span { border-color: #CB9953; }
span { border-color: rgb(203,153,83); }
td.TdClassName
{
border-color: #CB9953;
}
.TagClassName
{
border-color: #CB9953;
}
</style>