Shades of Twine #CE9B55
Tints of Twine #CE9B55
RGB
CMYK
RGB Variations
Color information
#CE9B55 (or 0xCE9B55) is known color: Twine. HEX triplet: CE, 9B and 55. RGB value is (206,155,85). Sum of RGB (Red+Green+Blue) = 206+155+85=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9B55 is #3164AA. Grayscale: #A2A2A2. Windows color (decimal): -3237035 or 5610446. OLE color: 5610446.
HSL color Cylindrical-coordinate representation of color #CE9B55: hue angle of 34.71º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE9B55 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 155 | 85 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.19 |
| HSL | 34.71º | 0.55% | 0.57% | - |
| HSV(B) | 34.71º | 0.59% | 0.81% | - |
| XYZ | 38.81 | 37.22 | 13.73 | - |
| YUV | 162.27 | 84.4 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 85 | 0 | 0.25 | 0.59 | 0.19 | 34.71 | 0.55 | 0.57 |
| Hex | CE | 9B | 55 | 0 | 19 | 3B | 13 | 23 | 37 | 39 |
| Octal | 316 | 233 | 125 | 0 | 31 | 73 | 23 | 43 | 67 | 71 |
| Binary | 11001110 | 10011011 | 1010101 | 0 | 11001 | 111011 | 10011 | 100011 | 110111 | 111001 |
Color Harmonies of #CE9B55
Complementary color
Monochromatic Colors of #CE9B55
Black with #CE9B55
Text Example
Text Example
White with #CE9B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9B55; }
p { color: rgb(206,155,85); }
H1.HeaderClassName
{
color: #CE9B55;
}
.AnyTagClassName
{
color: #CE9B55;
}
</style>
background-color css
<style>
a { background-color: #CE9B55; }
a { background-color: rgb(206,155,85); }
div.DivClassName
{
background-color: #CE9B55;
}
.BgClassName
{
background-color: #CE9B55;
}
</style>
border-color css
<style>
span { border-color: #CE9B55; }
span { border-color: rgb(206,155,85); }
td.TdClassName
{
border-color: #CE9B55;
}
.TagClassName
{
border-color: #CE9B55;
}
</style>