Shades of Twine #C38C5C
Tints of Twine #C38C5C
RGB
CMYK
RGB Variations
Color information
#C38C5C (or 0xC38C5C) is known color: Twine. HEX triplet: C3, 8C and 5C. RGB value is (195,140,92). Sum of RGB (Red+Green+Blue) = 195+140+92=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38C5C is #3C73A3. Grayscale: #979797. Windows color (decimal): -3961764 or 6065347. OLE color: 6065347.
HSL color Cylindrical-coordinate representation of color #C38C5C: hue angle of 27.96º 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 #C38C5C is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 140 | 92 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.24 |
| HSL | 27.96º | 0.46% | 0.56% | - |
| HSV(B) | 27.96º | 0.53% | 0.76% | - |
| XYZ | 33.82 | 31.13 | 14.35 | - |
| YUV | 150.97 | 94.72 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 92 | 0 | 0.28 | 0.53 | 0.24 | 27.96 | 0.46 | 0.56 |
| Hex | C3 | 8C | 5C | 0 | 1C | 35 | 18 | 1C | 2E | 38 |
| Octal | 303 | 214 | 134 | 0 | 34 | 65 | 30 | 34 | 56 | 70 |
| Binary | 11000011 | 10001100 | 1011100 | 0 | 11100 | 110101 | 11000 | 11100 | 101110 | 111000 |
Color Harmonies of #C38C5C
Complementary color
Monochromatic Colors of #C38C5C
Black with #C38C5C
Text Example
Text Example
White with #C38C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38C5C; }
p { color: rgb(195,140,92); }
H1.HeaderClassName
{
color: #C38C5C;
}
.AnyTagClassName
{
color: #C38C5C;
}
</style>
background-color css
<style>
a { background-color: #C38C5C; }
a { background-color: rgb(195,140,92); }
div.DivClassName
{
background-color: #C38C5C;
}
.BgClassName
{
background-color: #C38C5C;
}
</style>
border-color css
<style>
span { border-color: #C38C5C; }
span { border-color: rgb(195,140,92); }
td.TdClassName
{
border-color: #C38C5C;
}
.TagClassName
{
border-color: #C38C5C;
}
</style>