Shades of Twine #CE9755
Tints of Twine #CE9755
RGB
CMYK
RGB Variations
Color information
#CE9755 (or 0xCE9755) is known color: Twine. HEX triplet: CE, 97 and 55. RGB value is (206,151,85). Sum of RGB (Red+Green+Blue) = 206+151+85=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9755 is #3168AA. Grayscale: #A0A0A0. Windows color (decimal): -3238059 or 5609422. OLE color: 5609422.
HSL color Cylindrical-coordinate representation of color #CE9755: hue angle of 32.73º 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 #CE9755 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 85 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.19 |
| HSL | 32.73º | 0.55% | 0.57% | - |
| HSV(B) | 32.73º | 0.59% | 0.81% | - |
| XYZ | 38.16 | 35.91 | 13.51 | - |
| YUV | 159.92 | 85.72 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 85 | 0 | 0.27 | 0.59 | 0.19 | 32.73 | 0.55 | 0.57 |
| Hex | CE | 97 | 55 | 0 | 1B | 3B | 13 | 21 | 37 | 39 |
| Octal | 316 | 227 | 125 | 0 | 33 | 73 | 23 | 41 | 67 | 71 |
| Binary | 11001110 | 10010111 | 1010101 | 0 | 11011 | 111011 | 10011 | 100001 | 110111 | 111001 |
Color Harmonies of #CE9755
Complementary color
Monochromatic Colors of #CE9755
Black with #CE9755
Text Example
Text Example
White with #CE9755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9755; }
p { color: rgb(206,151,85); }
H1.HeaderClassName
{
color: #CE9755;
}
.AnyTagClassName
{
color: #CE9755;
}
</style>
background-color css
<style>
a { background-color: #CE9755; }
a { background-color: rgb(206,151,85); }
div.DivClassName
{
background-color: #CE9755;
}
.BgClassName
{
background-color: #CE9755;
}
</style>
border-color css
<style>
span { border-color: #CE9755; }
span { border-color: rgb(206,151,85); }
td.TdClassName
{
border-color: #CE9755;
}
.TagClassName
{
border-color: #CE9755;
}
</style>