Shades of Twine #CE9C4F
Tints of Twine #CE9C4F
RGB
CMYK
RGB Variations
Color information
#CE9C4F (or 0xCE9C4F) is known color: Twine. HEX triplet: CE, 9C and 4F. RGB value is (206,156,79). Sum of RGB (Red+Green+Blue) = 206+156+79=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 79 (31.25% from 255 or 17.91% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9C4F is #3163B0. Grayscale: #A2A2A2. Windows color (decimal): -3236785 or 5217486. OLE color: 5217486.
HSL color Cylindrical-coordinate representation of color #CE9C4F: hue angle of 36.38º 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 #CE9C4F is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 79 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.19 |
| HSL | 36.38º | 0.56% | 0.56% | - |
| HSV(B) | 36.38º | 0.62% | 0.81% | - |
| XYZ | 38.75 | 37.46 | 12.59 | - |
| YUV | 162.17 | 81.07 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 79 | 0 | 0.24 | 0.62 | 0.19 | 36.38 | 0.56 | 0.56 |
| Hex | CE | 9C | 4F | 0 | 18 | 3E | 13 | 24 | 38 | 38 |
| Octal | 316 | 234 | 117 | 0 | 30 | 76 | 23 | 44 | 70 | 70 |
| Binary | 11001110 | 10011100 | 1001111 | 0 | 11000 | 111110 | 10011 | 100100 | 111000 | 111000 |
Color Harmonies of #CE9C4F
Complementary color
Monochromatic Colors of #CE9C4F
Black with #CE9C4F
Text Example
Text Example
White with #CE9C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C4F; }
p { color: rgb(206,156,79); }
H1.HeaderClassName
{
color: #CE9C4F;
}
.AnyTagClassName
{
color: #CE9C4F;
}
</style>
background-color css
<style>
a { background-color: #CE9C4F; }
a { background-color: rgb(206,156,79); }
div.DivClassName
{
background-color: #CE9C4F;
}
.BgClassName
{
background-color: #CE9C4F;
}
</style>
border-color css
<style>
span { border-color: #CE9C4F; }
span { border-color: rgb(206,156,79); }
td.TdClassName
{
border-color: #CE9C4F;
}
.TagClassName
{
border-color: #CE9C4F;
}
</style>