Shades of Twine #C38855
Tints of Twine #C38855
RGB
CMYK
RGB Variations
Color information
#C38855 (or 0xC38855) is known color: Twine. HEX triplet: C3, 88 and 55. RGB value is (195,136,85). Sum of RGB (Red+Green+Blue) = 195+136+85=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C38855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38855 is #3C77AA. Grayscale: #949494. Windows color (decimal): -3962795 or 5605571. OLE color: 5605571.
HSL color Cylindrical-coordinate representation of color #C38855: hue angle of 27.82º 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 #C38855 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 85 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.24 |
| HSL | 27.82º | 0.48% | 0.55% | - |
| HSV(B) | 27.82º | 0.56% | 0.76% | - |
| XYZ | 32.95 | 29.87 | 12.62 | - |
| YUV | 147.83 | 92.55 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 85 | 0 | 0.30 | 0.56 | 0.24 | 27.82 | 0.48 | 0.55 |
| Hex | C3 | 88 | 55 | 0 | 1E | 38 | 18 | 1C | 30 | 37 |
| Octal | 303 | 210 | 125 | 0 | 36 | 70 | 30 | 34 | 60 | 67 |
| Binary | 11000011 | 10001000 | 1010101 | 0 | 11110 | 111000 | 11000 | 11100 | 110000 | 110111 |
Color Harmonies of #C38855
Complementary color
Monochromatic Colors of #C38855
Black with #C38855
Text Example
Text Example
White with #C38855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38855; }
p { color: rgb(195,136,85); }
H1.HeaderClassName
{
color: #C38855;
}
.AnyTagClassName
{
color: #C38855;
}
</style>
background-color css
<style>
a { background-color: #C38855; }
a { background-color: rgb(195,136,85); }
div.DivClassName
{
background-color: #C38855;
}
.BgClassName
{
background-color: #C38855;
}
</style>
border-color css
<style>
span { border-color: #C38855; }
span { border-color: rgb(195,136,85); }
td.TdClassName
{
border-color: #C38855;
}
.TagClassName
{
border-color: #C38855;
}
</style>