Shades of Twine #C3885D
Tints of Twine #C3885D
RGB
CMYK
RGB Variations
Color information
#C3885D (or 0xC3885D) is known color: Twine. HEX triplet: C3, 88 and 5D. RGB value is (195,136,93). Sum of RGB (Red+Green+Blue) = 195+136+93=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C3885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3885D is #3C77A2. Grayscale: #949494. Windows color (decimal): -3962787 or 6129859. OLE color: 6129859.
HSL color Cylindrical-coordinate representation of color #C3885D: hue angle of 25.29º 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 #C3885D is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 93 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.24 |
| HSL | 25.29º | 0.46% | 0.56% | - |
| HSV(B) | 25.29º | 0.52% | 0.76% | - |
| XYZ | 33.29 | 30 | 14.39 | - |
| YUV | 148.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 93 | 0 | 0.30 | 0.52 | 0.24 | 25.29 | 0.46 | 0.56 |
| Hex | C3 | 88 | 5D | 0 | 1E | 34 | 18 | 19 | 2E | 38 |
| Octal | 303 | 210 | 135 | 0 | 36 | 64 | 30 | 31 | 56 | 70 |
| Binary | 11000011 | 10001000 | 1011101 | 0 | 11110 | 110100 | 11000 | 11001 | 101110 | 111000 |
Color Harmonies of #C3885D
Complementary color
Monochromatic Colors of #C3885D
Black with #C3885D
Text Example
Text Example
White with #C3885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3885D; }
p { color: rgb(195,136,93); }
H1.HeaderClassName
{
color: #C3885D;
}
.AnyTagClassName
{
color: #C3885D;
}
</style>
background-color css
<style>
a { background-color: #C3885D; }
a { background-color: rgb(195,136,93); }
div.DivClassName
{
background-color: #C3885D;
}
.BgClassName
{
background-color: #C3885D;
}
</style>
border-color css
<style>
span { border-color: #C3885D; }
span { border-color: rgb(195,136,93); }
td.TdClassName
{
border-color: #C3885D;
}
.TagClassName
{
border-color: #C3885D;
}
</style>