Shades of Twine #CE9552
Tints of Twine #CE9552
RGB
CMYK
RGB Variations
Color information
#CE9552 (or 0xCE9552) is known color: Twine. HEX triplet: CE, 95 and 52. RGB value is (206,149,82). Sum of RGB (Red+Green+Blue) = 206+149+82=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9552 is #316AAD. Grayscale: #9E9E9E. Windows color (decimal): -3238574 or 5412302. OLE color: 5412302.
HSL color Cylindrical-coordinate representation of color #CE9552: hue angle of 32.42º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE9552 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 82 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.19 |
| HSL | 32.42º | 0.56% | 0.56% | - |
| HSV(B) | 32.42º | 0.6% | 0.81% | - |
| XYZ | 37.72 | 35.23 | 12.79 | - |
| YUV | 158.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 82 | 0 | 0.28 | 0.60 | 0.19 | 32.42 | 0.56 | 0.56 |
| Hex | CE | 95 | 52 | 0 | 1C | 3C | 13 | 20 | 38 | 38 |
| Octal | 316 | 225 | 122 | 0 | 34 | 74 | 23 | 40 | 70 | 70 |
| Binary | 11001110 | 10010101 | 1010010 | 0 | 11100 | 111100 | 10011 | 100000 | 111000 | 111000 |
Color Harmonies of #CE9552
Complementary color
Monochromatic Colors of #CE9552
Black with #CE9552
Text Example
Text Example
White with #CE9552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9552; }
p { color: rgb(206,149,82); }
H1.HeaderClassName
{
color: #CE9552;
}
.AnyTagClassName
{
color: #CE9552;
}
</style>
background-color css
<style>
a { background-color: #CE9552; }
a { background-color: rgb(206,149,82); }
div.DivClassName
{
background-color: #CE9552;
}
.BgClassName
{
background-color: #CE9552;
}
</style>
border-color css
<style>
span { border-color: #CE9552; }
span { border-color: rgb(206,149,82); }
td.TdClassName
{
border-color: #CE9552;
}
.TagClassName
{
border-color: #CE9552;
}
</style>