Shades of Twine #C3855A
Tints of Twine #C3855A
RGB
CMYK
RGB Variations
Color information
#C3855A (or 0xC3855A) is known color: Twine. HEX triplet: C3, 85 and 5A. RGB value is (195,133,90). Sum of RGB (Red+Green+Blue) = 195+133+90=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3855A is #3C7AA5. Grayscale: #929292. Windows color (decimal): -3963558 or 5932483. OLE color: 5932483.
HSL color Cylindrical-coordinate representation of color #C3855A: hue angle of 24.57º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C3855A is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 90 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.24 |
| HSL | 24.57º | 0.47% | 0.56% | - |
| HSV(B) | 24.57º | 0.54% | 0.76% | - |
| XYZ | 32.74 | 29.12 | 13.57 | - |
| YUV | 146.64 | 96.04 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 90 | 0 | 0.32 | 0.54 | 0.24 | 24.57 | 0.47 | 0.56 |
| Hex | C3 | 85 | 5A | 0 | 20 | 36 | 18 | 19 | 2F | 38 |
| Octal | 303 | 205 | 132 | 0 | 40 | 66 | 30 | 31 | 57 | 70 |
| Binary | 11000011 | 10000101 | 1011010 | 0 | 100000 | 110110 | 11000 | 11001 | 101111 | 111000 |
Color Harmonies of #C3855A
Complementary color
Monochromatic Colors of #C3855A
Black with #C3855A
Text Example
Text Example
White with #C3855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3855A; }
p { color: rgb(195,133,90); }
H1.HeaderClassName
{
color: #C3855A;
}
.AnyTagClassName
{
color: #C3855A;
}
</style>
background-color css
<style>
a { background-color: #C3855A; }
a { background-color: rgb(195,133,90); }
div.DivClassName
{
background-color: #C3855A;
}
.BgClassName
{
background-color: #C3855A;
}
</style>
border-color css
<style>
span { border-color: #C3855A; }
span { border-color: rgb(195,133,90); }
td.TdClassName
{
border-color: #C3855A;
}
.TagClassName
{
border-color: #C3855A;
}
</style>