Shades of Twine #C3955A
Tints of Twine #C3955A
RGB
CMYK
RGB Variations
Color information
#C3955A (or 0xC3955A) is known color: Twine. HEX triplet: C3, 95 and 5A. RGB value is (195,149,90). Sum of RGB (Red+Green+Blue) = 195+149+90=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C3955A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3955A is #3C6AA5. Grayscale: #9C9C9C. Windows color (decimal): -3959462 or 5936579. OLE color: 5936579.
HSL color Cylindrical-coordinate representation of color #C3955A: hue angle of 33.71º 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 #C3955A is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 90 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.24 |
| HSL | 33.71º | 0.47% | 0.56% | - |
| HSV(B) | 33.71º | 0.54% | 0.76% | - |
| XYZ | 35.1 | 33.84 | 14.35 | - |
| YUV | 156.03 | 90.74 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 90 | 0 | 0.24 | 0.54 | 0.24 | 33.71 | 0.47 | 0.56 |
| Hex | C3 | 95 | 5A | 0 | 18 | 36 | 18 | 22 | 2F | 38 |
| Octal | 303 | 225 | 132 | 0 | 30 | 66 | 30 | 42 | 57 | 70 |
| Binary | 11000011 | 10010101 | 1011010 | 0 | 11000 | 110110 | 11000 | 100010 | 101111 | 111000 |
Color Harmonies of #C3955A
Complementary color
Monochromatic Colors of #C3955A
Black with #C3955A
Text Example
Text Example
White with #C3955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3955A; }
p { color: rgb(195,149,90); }
H1.HeaderClassName
{
color: #C3955A;
}
.AnyTagClassName
{
color: #C3955A;
}
</style>
background-color css
<style>
a { background-color: #C3955A; }
a { background-color: rgb(195,149,90); }
div.DivClassName
{
background-color: #C3955A;
}
.BgClassName
{
background-color: #C3955A;
}
</style>
border-color css
<style>
span { border-color: #C3955A; }
span { border-color: rgb(195,149,90); }
td.TdClassName
{
border-color: #C3955A;
}
.TagClassName
{
border-color: #C3955A;
}
</style>