Shades of Twine #C8925A
Tints of Twine #C8925A
RGB
CMYK
RGB Variations
Color information
#C8925A (or 0xC8925A) is known color: Twine. HEX triplet: C8, 92 and 5A. RGB value is (200,146,90). Sum of RGB (Red+Green+Blue) = 200+146+90=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8925A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8925A is #376DA5. Grayscale: #9C9C9C. Windows color (decimal): -3632550 or 5935816. OLE color: 5935816.
HSL color Cylindrical-coordinate representation of color #C8925A: hue angle of 30.55º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8925A is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 90 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.22 |
| HSL | 30.55º | 0.5% | 0.57% | - |
| HSV(B) | 30.55º | 0.55% | 0.78% | - |
| XYZ | 35.94 | 33.58 | 14.26 | - |
| YUV | 155.76 | 90.89 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 90 | 0 | 0.27 | 0.55 | 0.22 | 30.55 | 0.5 | 0.57 |
| Hex | C8 | 92 | 5A | 0 | 1B | 37 | 16 | 1F | 32 | 39 |
| Octal | 310 | 222 | 132 | 0 | 33 | 67 | 26 | 37 | 62 | 71 |
| Binary | 11001000 | 10010010 | 1011010 | 0 | 11011 | 110111 | 10110 | 11111 | 110010 | 111001 |
Color Harmonies of #C8925A
Complementary color
Monochromatic Colors of #C8925A
Black with #C8925A
Text Example
Text Example
White with #C8925A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8925A; }
p { color: rgb(200,146,90); }
H1.HeaderClassName
{
color: #C8925A;
}
.AnyTagClassName
{
color: #C8925A;
}
</style>
background-color css
<style>
a { background-color: #C8925A; }
a { background-color: rgb(200,146,90); }
div.DivClassName
{
background-color: #C8925A;
}
.BgClassName
{
background-color: #C8925A;
}
</style>
border-color css
<style>
span { border-color: #C8925A; }
span { border-color: rgb(200,146,90); }
td.TdClassName
{
border-color: #C8925A;
}
.TagClassName
{
border-color: #C8925A;
}
</style>