Shades of Twine #C3965D
Tints of Twine #C3965D
RGB
CMYK
RGB Variations
Color information
#C3965D (or 0xC3965D) is known color: Twine. HEX triplet: C3, 96 and 5D. RGB value is (195,150,93). Sum of RGB (Red+Green+Blue) = 195+150+93=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C3965D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3965D is #3C69A2. Grayscale: #9D9D9D. Windows color (decimal): -3959203 or 6133443. OLE color: 6133443.
HSL color Cylindrical-coordinate representation of color #C3965D: hue angle of 33.53º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3965D is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 150 | 93 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.24 |
| HSL | 33.53º | 0.46% | 0.56% | - |
| HSV(B) | 33.53º | 0.52% | 0.76% | - |
| XYZ | 35.39 | 34.21 | 15.09 | - |
| YUV | 156.96 | 91.91 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 93 | 0 | 0.23 | 0.52 | 0.24 | 33.53 | 0.46 | 0.56 |
| Hex | C3 | 96 | 5D | 0 | 17 | 34 | 18 | 22 | 2E | 38 |
| Octal | 303 | 226 | 135 | 0 | 27 | 64 | 30 | 42 | 56 | 70 |
| Binary | 11000011 | 10010110 | 1011101 | 0 | 10111 | 110100 | 11000 | 100010 | 101110 | 111000 |
Color Harmonies of #C3965D
Complementary color
Monochromatic Colors of #C3965D
Black with #C3965D
Text Example
Text Example
White with #C3965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3965D; }
p { color: rgb(195,150,93); }
H1.HeaderClassName
{
color: #C3965D;
}
.AnyTagClassName
{
color: #C3965D;
}
</style>
background-color css
<style>
a { background-color: #C3965D; }
a { background-color: rgb(195,150,93); }
div.DivClassName
{
background-color: #C3965D;
}
.BgClassName
{
background-color: #C3965D;
}
</style>
border-color css
<style>
span { border-color: #C3965D; }
span { border-color: rgb(195,150,93); }
td.TdClassName
{
border-color: #C3965D;
}
.TagClassName
{
border-color: #C3965D;
}
</style>