Shades of Twine #C38455
Tints of Twine #C38455
RGB
CMYK
RGB Variations
Color information
#C38455 (or 0xC38455) is known color: Twine. HEX triplet: C3, 84 and 55. RGB value is (195,132,85). Sum of RGB (Red+Green+Blue) = 195+132+85=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C38455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38455 is #3C7BAA. Grayscale: #919191. Windows color (decimal): -3963819 or 5604547. OLE color: 5604547.
HSL color Cylindrical-coordinate representation of color #C38455: hue angle of 25.64º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C38455 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 85 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.24 |
| HSL | 25.64º | 0.48% | 0.55% | - |
| HSV(B) | 25.64º | 0.56% | 0.76% | - |
| XYZ | 32.4 | 28.76 | 12.44 | - |
| YUV | 145.48 | 93.87 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 85 | 0 | 0.32 | 0.56 | 0.24 | 25.64 | 0.48 | 0.55 |
| Hex | C3 | 84 | 55 | 0 | 20 | 38 | 18 | 1A | 30 | 37 |
| Octal | 303 | 204 | 125 | 0 | 40 | 70 | 30 | 32 | 60 | 67 |
| Binary | 11000011 | 10000100 | 1010101 | 0 | 100000 | 111000 | 11000 | 11010 | 110000 | 110111 |
Color Harmonies of #C38455
Complementary color
Monochromatic Colors of #C38455
Black with #C38455
Text Example
Text Example
White with #C38455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38455; }
p { color: rgb(195,132,85); }
H1.HeaderClassName
{
color: #C38455;
}
.AnyTagClassName
{
color: #C38455;
}
</style>
background-color css
<style>
a { background-color: #C38455; }
a { background-color: rgb(195,132,85); }
div.DivClassName
{
background-color: #C38455;
}
.BgClassName
{
background-color: #C38455;
}
</style>
border-color css
<style>
span { border-color: #C38455; }
span { border-color: rgb(195,132,85); }
td.TdClassName
{
border-color: #C38455;
}
.TagClassName
{
border-color: #C38455;
}
</style>