Shades of Twine #C3945D
Tints of Twine #C3945D
RGB
CMYK
RGB Variations
Color information
#C3945D (or 0xC3945D) is known color: Twine. HEX triplet: C3, 94 and 5D. RGB value is (195,148,93). Sum of RGB (Red+Green+Blue) = 195+148+93=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3945D is #3C6BA2. Grayscale: #9C9C9C. Windows color (decimal): -3959715 or 6132931. OLE color: 6132931.
HSL color Cylindrical-coordinate representation of color #C3945D: hue angle of 32.35º 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 #C3945D is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 93 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.24 |
| HSL | 32.35º | 0.46% | 0.56% | - |
| HSV(B) | 32.35º | 0.52% | 0.76% | - |
| XYZ | 35.07 | 33.57 | 14.99 | - |
| YUV | 155.78 | 92.57 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 93 | 0 | 0.24 | 0.52 | 0.24 | 32.35 | 0.46 | 0.56 |
| Hex | C3 | 94 | 5D | 0 | 18 | 34 | 18 | 20 | 2E | 38 |
| Octal | 303 | 224 | 135 | 0 | 30 | 64 | 30 | 40 | 56 | 70 |
| Binary | 11000011 | 10010100 | 1011101 | 0 | 11000 | 110100 | 11000 | 100000 | 101110 | 111000 |
Color Harmonies of #C3945D
Complementary color
Monochromatic Colors of #C3945D
Black with #C3945D
Text Example
Text Example
White with #C3945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3945D; }
p { color: rgb(195,148,93); }
H1.HeaderClassName
{
color: #C3945D;
}
.AnyTagClassName
{
color: #C3945D;
}
</style>
background-color css
<style>
a { background-color: #C3945D; }
a { background-color: rgb(195,148,93); }
div.DivClassName
{
background-color: #C3945D;
}
.BgClassName
{
background-color: #C3945D;
}
</style>
border-color css
<style>
span { border-color: #C3945D; }
span { border-color: rgb(195,148,93); }
td.TdClassName
{
border-color: #C3945D;
}
.TagClassName
{
border-color: #C3945D;
}
</style>