Shades of Twine #C3965A
Tints of Twine #C3965A
RGB
CMYK
RGB Variations
Color information
#C3965A (or 0xC3965A) is known color: Twine. HEX triplet: C3, 96 and 5A. RGB value is (195,150,90). Sum of RGB (Red+Green+Blue) = 195+150+90=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3965A is #3C69A5. Grayscale: #9C9C9C. Windows color (decimal): -3959206 or 5936835. OLE color: 5936835.
HSL color Cylindrical-coordinate representation of color #C3965A: hue angle of 34.29º 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 #C3965A is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 150 | 90 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.24 |
| HSL | 34.29º | 0.47% | 0.56% | - |
| HSV(B) | 34.29º | 0.54% | 0.76% | - |
| XYZ | 35.26 | 34.15 | 14.41 | - |
| YUV | 156.62 | 90.41 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 90 | 0 | 0.23 | 0.54 | 0.24 | 34.29 | 0.47 | 0.56 |
| Hex | C3 | 96 | 5A | 0 | 17 | 36 | 18 | 22 | 2F | 38 |
| Octal | 303 | 226 | 132 | 0 | 27 | 66 | 30 | 42 | 57 | 70 |
| Binary | 11000011 | 10010110 | 1011010 | 0 | 10111 | 110110 | 11000 | 100010 | 101111 | 111000 |
Color Harmonies of #C3965A
Complementary color
Monochromatic Colors of #C3965A
Black with #C3965A
Text Example
Text Example
White with #C3965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3965A; }
p { color: rgb(195,150,90); }
H1.HeaderClassName
{
color: #C3965A;
}
.AnyTagClassName
{
color: #C3965A;
}
</style>
background-color css
<style>
a { background-color: #C3965A; }
a { background-color: rgb(195,150,90); }
div.DivClassName
{
background-color: #C3965A;
}
.BgClassName
{
background-color: #C3965A;
}
</style>
border-color css
<style>
span { border-color: #C3965A; }
span { border-color: rgb(195,150,90); }
td.TdClassName
{
border-color: #C3965A;
}
.TagClassName
{
border-color: #C3965A;
}
</style>