Shades of Twine #CE9A52
Tints of Twine #CE9A52
RGB
CMYK
RGB Variations
Color information
#CE9A52 (or 0xCE9A52) is known color: Twine. HEX triplet: CE, 9A and 52. RGB value is (206,154,82). Sum of RGB (Red+Green+Blue) = 206+154+82=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9A52 is #3165AD. Grayscale: #A1A1A1. Windows color (decimal): -3237294 or 5413582. OLE color: 5413582.
HSL color Cylindrical-coordinate representation of color #CE9A52: hue angle of 34.84º 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 #CE9A52 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 82 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.19 |
| HSL | 34.84º | 0.56% | 0.56% | - |
| HSV(B) | 34.84º | 0.6% | 0.81% | - |
| XYZ | 38.53 | 36.84 | 13.06 | - |
| YUV | 161.34 | 83.23 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 82 | 0 | 0.25 | 0.60 | 0.19 | 34.84 | 0.56 | 0.56 |
| Hex | CE | 9A | 52 | 0 | 19 | 3C | 13 | 23 | 38 | 38 |
| Octal | 316 | 232 | 122 | 0 | 31 | 74 | 23 | 43 | 70 | 70 |
| Binary | 11001110 | 10011010 | 1010010 | 0 | 11001 | 111100 | 10011 | 100011 | 111000 | 111000 |
Color Harmonies of #CE9A52
Complementary color
Monochromatic Colors of #CE9A52
Black with #CE9A52
Text Example
Text Example
White with #CE9A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9A52; }
p { color: rgb(206,154,82); }
H1.HeaderClassName
{
color: #CE9A52;
}
.AnyTagClassName
{
color: #CE9A52;
}
</style>
background-color css
<style>
a { background-color: #CE9A52; }
a { background-color: rgb(206,154,82); }
div.DivClassName
{
background-color: #CE9A52;
}
.BgClassName
{
background-color: #CE9A52;
}
</style>
border-color css
<style>
span { border-color: #CE9A52; }
span { border-color: rgb(206,154,82); }
td.TdClassName
{
border-color: #CE9A52;
}
.TagClassName
{
border-color: #CE9A52;
}
</style>