Shades of Twine #C38450
Tints of Twine #C38450
RGB
CMYK
RGB Variations
Color information
#C38450 (or 0xC38450) is known color: Twine. HEX triplet: C3, 84 and 50. RGB value is (195,132,80). Sum of RGB (Red+Green+Blue) = 195+132+80=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C38450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38450 is #3C7BAF. Grayscale: #919191. Windows color (decimal): -3963824 or 5276867. OLE color: 5276867.
HSL color Cylindrical-coordinate representation of color #C38450: hue angle of 27.13º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C38450 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 80 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.24 |
| HSL | 27.13º | 0.49% | 0.54% | - |
| HSV(B) | 27.13º | 0.59% | 0.76% | - |
| XYZ | 32.2 | 28.68 | 11.43 | - |
| YUV | 144.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 80 | 0 | 0.32 | 0.59 | 0.24 | 27.13 | 0.49 | 0.54 |
| Hex | C3 | 84 | 50 | 0 | 20 | 3B | 18 | 1B | 31 | 36 |
| Octal | 303 | 204 | 120 | 0 | 40 | 73 | 30 | 33 | 61 | 66 |
| Binary | 11000011 | 10000100 | 1010000 | 0 | 100000 | 111011 | 11000 | 11011 | 110001 | 110110 |
Color Harmonies of #C38450
Complementary color
Monochromatic Colors of #C38450
Black with #C38450
Text Example
Text Example
White with #C38450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38450; }
p { color: rgb(195,132,80); }
H1.HeaderClassName
{
color: #C38450;
}
.AnyTagClassName
{
color: #C38450;
}
</style>
background-color css
<style>
a { background-color: #C38450; }
a { background-color: rgb(195,132,80); }
div.DivClassName
{
background-color: #C38450;
}
.BgClassName
{
background-color: #C38450;
}
</style>
border-color css
<style>
span { border-color: #C38450; }
span { border-color: rgb(195,132,80); }
td.TdClassName
{
border-color: #C38450;
}
.TagClassName
{
border-color: #C38450;
}
</style>