Shades of Twine #CB985A
Tints of Twine #CB985A
RGB
CMYK
RGB Variations
Color information
#CB985A (or 0xCB985A) is known color: Twine. HEX triplet: CB, 98 and 5A. RGB value is (203,152,90). Sum of RGB (Red+Green+Blue) = 203+152+90=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB985A is #3467A5. Grayscale: #A0A0A0. Windows color (decimal): -3434406 or 5937355. OLE color: 5937355.
HSL color Cylindrical-coordinate representation of color #CB985A: hue angle of 32.92º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB985A is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 90 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.20 |
| HSL | 32.92º | 0.52% | 0.57% | - |
| HSV(B) | 32.92º | 0.56% | 0.8% | - |
| XYZ | 37.7 | 35.89 | 14.61 | - |
| YUV | 160.18 | 88.4 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 90 | 0 | 0.25 | 0.56 | 0.20 | 32.92 | 0.52 | 0.57 |
| Hex | CB | 98 | 5A | 0 | 19 | 38 | 14 | 21 | 34 | 39 |
| Octal | 313 | 230 | 132 | 0 | 31 | 70 | 24 | 41 | 64 | 71 |
| Binary | 11001011 | 10011000 | 1011010 | 0 | 11001 | 111000 | 10100 | 100001 | 110100 | 111001 |
Color Harmonies of #CB985A
Complementary color
Monochromatic Colors of #CB985A
Black with #CB985A
Text Example
Text Example
White with #CB985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB985A; }
p { color: rgb(203,152,90); }
H1.HeaderClassName
{
color: #CB985A;
}
.AnyTagClassName
{
color: #CB985A;
}
</style>
background-color css
<style>
a { background-color: #CB985A; }
a { background-color: rgb(203,152,90); }
div.DivClassName
{
background-color: #CB985A;
}
.BgClassName
{
background-color: #CB985A;
}
</style>
border-color css
<style>
span { border-color: #CB985A; }
span { border-color: rgb(203,152,90); }
td.TdClassName
{
border-color: #CB985A;
}
.TagClassName
{
border-color: #CB985A;
}
</style>