Shades of Twine #CB9454
Tints of Twine #CB9454
RGB
CMYK
RGB Variations
Color information
#CB9454 (or 0xCB9454) is known color: Twine. HEX triplet: CB, 94 and 54. RGB value is (203,148,84). Sum of RGB (Red+Green+Blue) = 203+148+84=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 84 (33.20% from 255 or 19.31% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9454 is #346BAB. Grayscale: #9D9D9D. Windows color (decimal): -3435436 or 5543115. OLE color: 5543115.
HSL color Cylindrical-coordinate representation of color #CB9454: hue angle of 32.27º degrees, saturation: 0.53, 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 #CB9454 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 84 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.20 |
| HSL | 32.27º | 0.53% | 0.56% | - |
| HSV(B) | 32.27º | 0.59% | 0.8% | - |
| XYZ | 36.82 | 34.52 | 13.11 | - |
| YUV | 157.15 | 86.72 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 84 | 0 | 0.27 | 0.59 | 0.20 | 32.27 | 0.53 | 0.56 |
| Hex | CB | 94 | 54 | 0 | 1B | 3B | 14 | 20 | 35 | 38 |
| Octal | 313 | 224 | 124 | 0 | 33 | 73 | 24 | 40 | 65 | 70 |
| Binary | 11001011 | 10010100 | 1010100 | 0 | 11011 | 111011 | 10100 | 100000 | 110101 | 111000 |
Color Harmonies of #CB9454
Complementary color
Monochromatic Colors of #CB9454
Black with #CB9454
Text Example
Text Example
White with #CB9454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9454; }
p { color: rgb(203,148,84); }
H1.HeaderClassName
{
color: #CB9454;
}
.AnyTagClassName
{
color: #CB9454;
}
</style>
background-color css
<style>
a { background-color: #CB9454; }
a { background-color: rgb(203,148,84); }
div.DivClassName
{
background-color: #CB9454;
}
.BgClassName
{
background-color: #CB9454;
}
</style>
border-color css
<style>
span { border-color: #CB9454; }
span { border-color: rgb(203,148,84); }
td.TdClassName
{
border-color: #CB9454;
}
.TagClassName
{
border-color: #CB9454;
}
</style>