Shades of Twine #CE9752
Tints of Twine #CE9752
RGB
CMYK
RGB Variations
Color information
#CE9752 (or 0xCE9752) is known color: Twine. HEX triplet: CE, 97 and 52. RGB value is (206,151,82). Sum of RGB (Red+Green+Blue) = 206+151+82=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9752 is #3168AD. Grayscale: #9F9F9F. Windows color (decimal): -3238062 or 5412814. OLE color: 5412814.
HSL color Cylindrical-coordinate representation of color #CE9752: hue angle of 33.39º 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 #CE9752 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 82 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.19 |
| HSL | 33.39º | 0.56% | 0.56% | - |
| HSV(B) | 33.39º | 0.6% | 0.81% | - |
| XYZ | 38.04 | 35.86 | 12.9 | - |
| YUV | 159.58 | 84.22 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 82 | 0 | 0.27 | 0.60 | 0.19 | 33.39 | 0.56 | 0.56 |
| Hex | CE | 97 | 52 | 0 | 1B | 3C | 13 | 21 | 38 | 38 |
| Octal | 316 | 227 | 122 | 0 | 33 | 74 | 23 | 41 | 70 | 70 |
| Binary | 11001110 | 10010111 | 1010010 | 0 | 11011 | 111100 | 10011 | 100001 | 111000 | 111000 |
Color Harmonies of #CE9752
Complementary color
Monochromatic Colors of #CE9752
Black with #CE9752
Text Example
Text Example
White with #CE9752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9752; }
p { color: rgb(206,151,82); }
H1.HeaderClassName
{
color: #CE9752;
}
.AnyTagClassName
{
color: #CE9752;
}
</style>
background-color css
<style>
a { background-color: #CE9752; }
a { background-color: rgb(206,151,82); }
div.DivClassName
{
background-color: #CE9752;
}
.BgClassName
{
background-color: #CE9752;
}
</style>
border-color css
<style>
span { border-color: #CE9752; }
span { border-color: rgb(206,151,82); }
td.TdClassName
{
border-color: #CE9752;
}
.TagClassName
{
border-color: #CE9752;
}
</style>