Shades of Twine #CE9050
Tints of Twine #CE9050
RGB
CMYK
RGB Variations
Color information
#CE9050 (or 0xCE9050) is known color: Twine. HEX triplet: CE, 90 and 50. RGB value is (206,144,80). Sum of RGB (Red+Green+Blue) = 206+144+80=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9050 is #316FAF. Grayscale: #9B9B9B. Windows color (decimal): -3239856 or 5279950. OLE color: 5279950.
HSL color Cylindrical-coordinate representation of color #CE9050: hue angle of 30.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE9050 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 80 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.19 |
| HSL | 30.48º | 0.56% | 0.56% | - |
| HSV(B) | 30.48º | 0.61% | 0.81% | - |
| XYZ | 36.87 | 33.65 | 12.14 | - |
| YUV | 155.24 | 85.54 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 80 | 0 | 0.30 | 0.61 | 0.19 | 30.48 | 0.56 | 0.56 |
| Hex | CE | 90 | 50 | 0 | 1E | 3D | 13 | 1E | 38 | 38 |
| Octal | 316 | 220 | 120 | 0 | 36 | 75 | 23 | 36 | 70 | 70 |
| Binary | 11001110 | 10010000 | 1010000 | 0 | 11110 | 111101 | 10011 | 11110 | 111000 | 111000 |
Color Harmonies of #CE9050
Complementary color
Monochromatic Colors of #CE9050
Black with #CE9050
Text Example
Text Example
White with #CE9050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9050; }
p { color: rgb(206,144,80); }
H1.HeaderClassName
{
color: #CE9050;
}
.AnyTagClassName
{
color: #CE9050;
}
</style>
background-color css
<style>
a { background-color: #CE9050; }
a { background-color: rgb(206,144,80); }
div.DivClassName
{
background-color: #CE9050;
}
.BgClassName
{
background-color: #CE9050;
}
</style>
border-color css
<style>
span { border-color: #CE9050; }
span { border-color: rgb(206,144,80); }
td.TdClassName
{
border-color: #CE9050;
}
.TagClassName
{
border-color: #CE9050;
}
</style>