Shades of Twine #C3955E
Tints of Twine #C3955E
RGB
CMYK
RGB Variations
Color information
#C3955E (or 0xC3955E) is known color: Twine. HEX triplet: C3, 95 and 5E. RGB value is (195,149,94). Sum of RGB (Red+Green+Blue) = 195+149+94=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C3955E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3955E is #3C6AA1. Grayscale: #9C9C9C. Windows color (decimal): -3959458 or 6198723. OLE color: 6198723.
HSL color Cylindrical-coordinate representation of color #C3955E: hue angle of 32.67º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3955E is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 94 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.24 |
| HSL | 32.67º | 0.46% | 0.57% | - |
| HSV(B) | 32.67º | 0.52% | 0.76% | - |
| XYZ | 35.27 | 33.91 | 15.27 | - |
| YUV | 156.48 | 92.74 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 94 | 0 | 0.24 | 0.52 | 0.24 | 32.67 | 0.46 | 0.57 |
| Hex | C3 | 95 | 5E | 0 | 18 | 34 | 18 | 21 | 2E | 39 |
| Octal | 303 | 225 | 136 | 0 | 30 | 64 | 30 | 41 | 56 | 71 |
| Binary | 11000011 | 10010101 | 1011110 | 0 | 11000 | 110100 | 11000 | 100001 | 101110 | 111001 |
Color Harmonies of #C3955E
Complementary color
Monochromatic Colors of #C3955E
Black with #C3955E
Text Example
Text Example
White with #C3955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3955E; }
p { color: rgb(195,149,94); }
H1.HeaderClassName
{
color: #C3955E;
}
.AnyTagClassName
{
color: #C3955E;
}
</style>
background-color css
<style>
a { background-color: #C3955E; }
a { background-color: rgb(195,149,94); }
div.DivClassName
{
background-color: #C3955E;
}
.BgClassName
{
background-color: #C3955E;
}
</style>
border-color css
<style>
span { border-color: #C3955E; }
span { border-color: rgb(195,149,94); }
td.TdClassName
{
border-color: #C3955E;
}
.TagClassName
{
border-color: #C3955E;
}
</style>