Shades of Twine #C28B5C
Tints of Twine #C28B5C
RGB
CMYK
RGB Variations
Color information
#C28B5C (or 0xC28B5C) is known color: Twine. HEX triplet: C2, 8B and 5C. RGB value is (194,139,92). Sum of RGB (Red+Green+Blue) = 194+139+92=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B5C is #3D74A3. Grayscale: #969696. Windows color (decimal): -4027556 or 6065090. OLE color: 6065090.
HSL color Cylindrical-coordinate representation of color #C28B5C: hue angle of 27.65º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C28B5C is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 92 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.24 |
| HSL | 27.65º | 0.46% | 0.56% | - |
| HSV(B) | 27.65º | 0.53% | 0.76% | - |
| XYZ | 33.41 | 30.71 | 14.29 | - |
| YUV | 150.09 | 95.22 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 92 | 0 | 0.28 | 0.53 | 0.24 | 27.65 | 0.46 | 0.56 |
| Hex | C2 | 8B | 5C | 0 | 1C | 35 | 18 | 1C | 2E | 38 |
| Octal | 302 | 213 | 134 | 0 | 34 | 65 | 30 | 34 | 56 | 70 |
| Binary | 11000010 | 10001011 | 1011100 | 0 | 11100 | 110101 | 11000 | 11100 | 101110 | 111000 |
Color Harmonies of #C28B5C
Complementary color
Monochromatic Colors of #C28B5C
Black with #C28B5C
Text Example
Text Example
White with #C28B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28B5C; }
p { color: rgb(194,139,92); }
H1.HeaderClassName
{
color: #C28B5C;
}
.AnyTagClassName
{
color: #C28B5C;
}
</style>
background-color css
<style>
a { background-color: #C28B5C; }
a { background-color: rgb(194,139,92); }
div.DivClassName
{
background-color: #C28B5C;
}
.BgClassName
{
background-color: #C28B5C;
}
</style>
border-color css
<style>
span { border-color: #C28B5C; }
span { border-color: rgb(194,139,92); }
td.TdClassName
{
border-color: #C28B5C;
}
.TagClassName
{
border-color: #C28B5C;
}
</style>