Shades of Twine #CB985D
Tints of Twine #CB985D
RGB
CMYK
RGB Variations
Color information
#CB985D (or 0xCB985D) is known color: Twine. HEX triplet: CB, 98 and 5D. RGB value is (203,152,93). Sum of RGB (Red+Green+Blue) = 203+152+93=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB985D is #3467A2. Grayscale: #A0A0A0. Windows color (decimal): -3434403 or 6133963. OLE color: 6133963.
HSL color Cylindrical-coordinate representation of color #CB985D: hue angle of 32.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB985D is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 93 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.20 |
| HSL | 32.18º | 0.51% | 0.58% | - |
| HSV(B) | 32.18º | 0.54% | 0.8% | - |
| XYZ | 37.83 | 35.94 | 15.3 | - |
| YUV | 160.52 | 89.9 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 93 | 0 | 0.25 | 0.54 | 0.20 | 32.18 | 0.51 | 0.58 |
| Hex | CB | 98 | 5D | 0 | 19 | 36 | 14 | 20 | 33 | 3A |
| Octal | 313 | 230 | 135 | 0 | 31 | 66 | 24 | 40 | 63 | 72 |
| Binary | 11001011 | 10011000 | 1011101 | 0 | 11001 | 110110 | 10100 | 100000 | 110011 | 111010 |
Color Harmonies of #CB985D
Complementary color
Monochromatic Colors of #CB985D
Black with #CB985D
Text Example
Text Example
White with #CB985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB985D; }
p { color: rgb(203,152,93); }
H1.HeaderClassName
{
color: #CB985D;
}
.AnyTagClassName
{
color: #CB985D;
}
</style>
background-color css
<style>
a { background-color: #CB985D; }
a { background-color: rgb(203,152,93); }
div.DivClassName
{
background-color: #CB985D;
}
.BgClassName
{
background-color: #CB985D;
}
</style>
border-color css
<style>
span { border-color: #CB985D; }
span { border-color: rgb(203,152,93); }
td.TdClassName
{
border-color: #CB985D;
}
.TagClassName
{
border-color: #CB985D;
}
</style>