Shades of Twine #C38955
Tints of Twine #C38955
RGB
CMYK
RGB Variations
Color information
#C38955 (or 0xC38955) is known color: Twine. HEX triplet: C3, 89 and 55. RGB value is (195,137,85). Sum of RGB (Red+Green+Blue) = 195+137+85=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C38955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38955 is #3C76AA. Grayscale: #949494. Windows color (decimal): -3962539 or 5605827. OLE color: 5605827.
HSL color Cylindrical-coordinate representation of color #C38955: hue angle of 28.36º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C38955 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 85 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.24 |
| HSL | 28.36º | 0.48% | 0.55% | - |
| HSV(B) | 28.36º | 0.56% | 0.76% | - |
| XYZ | 33.09 | 30.15 | 12.67 | - |
| YUV | 148.41 | 92.22 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 85 | 0 | 0.30 | 0.56 | 0.24 | 28.36 | 0.48 | 0.55 |
| Hex | C3 | 89 | 55 | 0 | 1E | 38 | 18 | 1C | 30 | 37 |
| Octal | 303 | 211 | 125 | 0 | 36 | 70 | 30 | 34 | 60 | 67 |
| Binary | 11000011 | 10001001 | 1010101 | 0 | 11110 | 111000 | 11000 | 11100 | 110000 | 110111 |
Color Harmonies of #C38955
Complementary color
Monochromatic Colors of #C38955
Black with #C38955
Text Example
Text Example
White with #C38955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38955; }
p { color: rgb(195,137,85); }
H1.HeaderClassName
{
color: #C38955;
}
.AnyTagClassName
{
color: #C38955;
}
</style>
background-color css
<style>
a { background-color: #C38955; }
a { background-color: rgb(195,137,85); }
div.DivClassName
{
background-color: #C38955;
}
.BgClassName
{
background-color: #C38955;
}
</style>
border-color css
<style>
span { border-color: #C38955; }
span { border-color: rgb(195,137,85); }
td.TdClassName
{
border-color: #C38955;
}
.TagClassName
{
border-color: #C38955;
}
</style>