Shades of Twine #CB9453
Tints of Twine #CB9453
RGB
CMYK
RGB Variations
Color information
#CB9453 (or 0xCB9453) is known color: Twine. HEX triplet: CB, 94 and 53. RGB value is (203,148,83). Sum of RGB (Red+Green+Blue) = 203+148+83=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9453 is #346BAC. Grayscale: #9D9D9D. Windows color (decimal): -3435437 or 5477579. OLE color: 5477579.
HSL color Cylindrical-coordinate representation of color #CB9453: hue angle of 32.5º 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 #CB9453 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 83 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.20 |
| HSL | 32.5º | 0.54% | 0.56% | - |
| HSV(B) | 32.5º | 0.59% | 0.8% | - |
| XYZ | 36.78 | 34.5 | 12.9 | - |
| YUV | 157.04 | 86.22 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 83 | 0 | 0.27 | 0.59 | 0.20 | 32.5 | 0.54 | 0.56 |
| Hex | CB | 94 | 53 | 0 | 1B | 3B | 14 | 20 | 36 | 38 |
| Octal | 313 | 224 | 123 | 0 | 33 | 73 | 24 | 40 | 66 | 70 |
| Binary | 11001011 | 10010100 | 1010011 | 0 | 11011 | 111011 | 10100 | 100000 | 110110 | 111000 |
Color Harmonies of #CB9453
Complementary color
Monochromatic Colors of #CB9453
Black with #CB9453
Text Example
Text Example
White with #CB9453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9453; }
p { color: rgb(203,148,83); }
H1.HeaderClassName
{
color: #CB9453;
}
.AnyTagClassName
{
color: #CB9453;
}
</style>
background-color css
<style>
a { background-color: #CB9453; }
a { background-color: rgb(203,148,83); }
div.DivClassName
{
background-color: #CB9453;
}
.BgClassName
{
background-color: #CB9453;
}
</style>
border-color css
<style>
span { border-color: #CB9453; }
span { border-color: rgb(203,148,83); }
td.TdClassName
{
border-color: #CB9453;
}
.TagClassName
{
border-color: #CB9453;
}
</style>