Shades of Twine #CE944E
Tints of Twine #CE944E
RGB
CMYK
RGB Variations
Color information
#CE944E (or 0xCE944E) is known color: Twine. HEX triplet: CE, 94 and 4E. RGB value is (206,148,78). Sum of RGB (Red+Green+Blue) = 206+148+78=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE944E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE944E is #316BB1. Grayscale: #9D9D9D. Windows color (decimal): -3238834 or 5149902. OLE color: 5149902.
HSL color Cylindrical-coordinate representation of color #CE944E: hue angle of 32.81º degrees, saturation: 0.57, 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 #CE944E is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 78 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.19 |
| HSL | 32.81º | 0.57% | 0.56% | - |
| HSV(B) | 32.81º | 0.62% | 0.81% | - |
| XYZ | 37.42 | 34.85 | 11.96 | - |
| YUV | 157.36 | 83.22 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 78 | 0 | 0.28 | 0.62 | 0.19 | 32.81 | 0.57 | 0.56 |
| Hex | CE | 94 | 4E | 0 | 1C | 3E | 13 | 21 | 39 | 38 |
| Octal | 316 | 224 | 116 | 0 | 34 | 76 | 23 | 41 | 71 | 70 |
| Binary | 11001110 | 10010100 | 1001110 | 0 | 11100 | 111110 | 10011 | 100001 | 111001 | 111000 |
Color Harmonies of #CE944E
Complementary color
Monochromatic Colors of #CE944E
Black with #CE944E
Text Example
Text Example
White with #CE944E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE944E; }
p { color: rgb(206,148,78); }
H1.HeaderClassName
{
color: #CE944E;
}
.AnyTagClassName
{
color: #CE944E;
}
</style>
background-color css
<style>
a { background-color: #CE944E; }
a { background-color: rgb(206,148,78); }
div.DivClassName
{
background-color: #CE944E;
}
.BgClassName
{
background-color: #CE944E;
}
</style>
border-color css
<style>
span { border-color: #CE944E; }
span { border-color: rgb(206,148,78); }
td.TdClassName
{
border-color: #CE944E;
}
.TagClassName
{
border-color: #CE944E;
}
</style>