Shades of Twine #C08352
Tints of Twine #C08352
RGB
CMYK
RGB Variations
Color information
#C08352 (or 0xC08352) is known color: Twine. HEX triplet: C0, 83 and 52. RGB value is (192,131,82). Sum of RGB (Red+Green+Blue) = 192+131+82=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C08352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08352 is #3F7CAD. Grayscale: #8F8F8F. Windows color (decimal): -4160686 or 5407680. OLE color: 5407680.
HSL color Cylindrical-coordinate representation of color #C08352: hue angle of 26.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C08352 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 131 | 82 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.25 |
| HSL | 26.73º | 0.47% | 0.54% | - |
| HSV(B) | 26.73º | 0.57% | 0.75% | - |
| XYZ | 31.38 | 28.05 | 11.74 | - |
| YUV | 143.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 82 | 0 | 0.32 | 0.57 | 0.25 | 26.73 | 0.47 | 0.54 |
| Hex | C0 | 83 | 52 | 0 | 20 | 39 | 19 | 1B | 2F | 36 |
| Octal | 300 | 203 | 122 | 0 | 40 | 71 | 31 | 33 | 57 | 66 |
| Binary | 11000000 | 10000011 | 1010010 | 0 | 100000 | 111001 | 11001 | 11011 | 101111 | 110110 |
Color Harmonies of #C08352
Complementary color
Monochromatic Colors of #C08352
Black with #C08352
Text Example
Text Example
White with #C08352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08352; }
p { color: rgb(192,131,82); }
H1.HeaderClassName
{
color: #C08352;
}
.AnyTagClassName
{
color: #C08352;
}
</style>
background-color css
<style>
a { background-color: #C08352; }
a { background-color: rgb(192,131,82); }
div.DivClassName
{
background-color: #C08352;
}
.BgClassName
{
background-color: #C08352;
}
</style>
border-color css
<style>
span { border-color: #C08352; }
span { border-color: rgb(192,131,82); }
td.TdClassName
{
border-color: #C08352;
}
.TagClassName
{
border-color: #C08352;
}
</style>