Shades of Twine #CE944F
Tints of Twine #CE944F
RGB
CMYK
RGB Variations
Color information
#CE944F (or 0xCE944F) is known color: Twine. HEX triplet: CE, 94 and 4F. RGB value is (206,148,79). Sum of RGB (Red+Green+Blue) = 206+148+79=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE944F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE944F is #316BB0. Grayscale: #9D9D9D. Windows color (decimal): -3238833 or 5215438. OLE color: 5215438.
HSL color Cylindrical-coordinate representation of color #CE944F: hue angle of 32.6º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE944F is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 79 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.19 |
| HSL | 32.6º | 0.56% | 0.56% | - |
| HSV(B) | 32.6º | 0.62% | 0.81% | - |
| XYZ | 37.45 | 34.87 | 12.15 | - |
| YUV | 157.48 | 83.72 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 79 | 0 | 0.28 | 0.62 | 0.19 | 32.6 | 0.56 | 0.56 |
| Hex | CE | 94 | 4F | 0 | 1C | 3E | 13 | 21 | 38 | 38 |
| Octal | 316 | 224 | 117 | 0 | 34 | 76 | 23 | 41 | 70 | 70 |
| Binary | 11001110 | 10010100 | 1001111 | 0 | 11100 | 111110 | 10011 | 100001 | 111000 | 111000 |
Color Harmonies of #CE944F
Complementary color
Monochromatic Colors of #CE944F
Black with #CE944F
Text Example
Text Example
White with #CE944F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE944F; }
p { color: rgb(206,148,79); }
H1.HeaderClassName
{
color: #CE944F;
}
.AnyTagClassName
{
color: #CE944F;
}
</style>
background-color css
<style>
a { background-color: #CE944F; }
a { background-color: rgb(206,148,79); }
div.DivClassName
{
background-color: #CE944F;
}
.BgClassName
{
background-color: #CE944F;
}
</style>
border-color css
<style>
span { border-color: #CE944F; }
span { border-color: rgb(206,148,79); }
td.TdClassName
{
border-color: #CE944F;
}
.TagClassName
{
border-color: #CE944F;
}
</style>