Shades of Twine #CB9A53
Tints of Twine #CB9A53
RGB
CMYK
RGB Variations
Color information
#CB9A53 (or 0xCB9A53) is known color: Twine. HEX triplet: CB, 9A and 53. RGB value is (203,154,83). Sum of RGB (Red+Green+Blue) = 203+154+83=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9A53 is #3465AC. Grayscale: #A0A0A0. Windows color (decimal): -3433901 or 5479115. OLE color: 5479115.
HSL color Cylindrical-coordinate representation of color #CB9A53: hue angle of 35.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 #CB9A53 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 154 | 83 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.20 |
| HSL | 35.5º | 0.54% | 0.56% | - |
| HSV(B) | 35.5º | 0.59% | 0.8% | - |
| XYZ | 37.75 | 36.43 | 13.23 | - |
| YUV | 160.56 | 84.23 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 83 | 0 | 0.24 | 0.59 | 0.20 | 35.5 | 0.54 | 0.56 |
| Hex | CB | 9A | 53 | 0 | 18 | 3B | 14 | 24 | 36 | 38 |
| Octal | 313 | 232 | 123 | 0 | 30 | 73 | 24 | 44 | 66 | 70 |
| Binary | 11001011 | 10011010 | 1010011 | 0 | 11000 | 111011 | 10100 | 100100 | 110110 | 111000 |
Color Harmonies of #CB9A53
Complementary color
Monochromatic Colors of #CB9A53
Black with #CB9A53
Text Example
Text Example
White with #CB9A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9A53; }
p { color: rgb(203,154,83); }
H1.HeaderClassName
{
color: #CB9A53;
}
.AnyTagClassName
{
color: #CB9A53;
}
</style>
background-color css
<style>
a { background-color: #CB9A53; }
a { background-color: rgb(203,154,83); }
div.DivClassName
{
background-color: #CB9A53;
}
.BgClassName
{
background-color: #CB9A53;
}
</style>
border-color css
<style>
span { border-color: #CB9A53; }
span { border-color: rgb(203,154,83); }
td.TdClassName
{
border-color: #CB9A53;
}
.TagClassName
{
border-color: #CB9A53;
}
</style>