Shades of Twine #CE8F4D
Tints of Twine #CE8F4D
RGB
CMYK
RGB Variations
Color information
#CE8F4D (or 0xCE8F4D) is known color: Twine. HEX triplet: CE, 8F and 4D. RGB value is (206,143,77). Sum of RGB (Red+Green+Blue) = 206+143+77=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F4D is #3170B2. Grayscale: #9A9A9A. Windows color (decimal): -3240115 or 5083086. OLE color: 5083086.
HSL color Cylindrical-coordinate representation of color #CE8F4D: hue angle of 30.7º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE8F4D is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 77 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.19 |
| HSL | 30.7º | 0.57% | 0.55% | - |
| HSV(B) | 30.7º | 0.63% | 0.81% | - |
| XYZ | 36.62 | 33.3 | 11.52 | - |
| YUV | 154.31 | 84.37 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 77 | 0 | 0.31 | 0.63 | 0.19 | 30.7 | 0.57 | 0.55 |
| Hex | CE | 8F | 4D | 0 | 1F | 3F | 13 | 1F | 39 | 37 |
| Octal | 316 | 217 | 115 | 0 | 37 | 77 | 23 | 37 | 71 | 67 |
| Binary | 11001110 | 10001111 | 1001101 | 0 | 11111 | 111111 | 10011 | 11111 | 111001 | 110111 |
Color Harmonies of #CE8F4D
Complementary color
Monochromatic Colors of #CE8F4D
Black with #CE8F4D
Text Example
Text Example
White with #CE8F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8F4D; }
p { color: rgb(206,143,77); }
H1.HeaderClassName
{
color: #CE8F4D;
}
.AnyTagClassName
{
color: #CE8F4D;
}
</style>
background-color css
<style>
a { background-color: #CE8F4D; }
a { background-color: rgb(206,143,77); }
div.DivClassName
{
background-color: #CE8F4D;
}
.BgClassName
{
background-color: #CE8F4D;
}
</style>
border-color css
<style>
span { border-color: #CE8F4D; }
span { border-color: rgb(206,143,77); }
td.TdClassName
{
border-color: #CE8F4D;
}
.TagClassName
{
border-color: #CE8F4D;
}
</style>