Shades of Twine #C7945A
Tints of Twine #C7945A
RGB
CMYK
RGB Variations
Color information
#C7945A (or 0xC7945A) is known color: Twine. HEX triplet: C7, 94 and 5A. RGB value is (199,148,90). Sum of RGB (Red+Green+Blue) = 199+148+90=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7945A is #386BA5. Grayscale: #9C9C9C. Windows color (decimal): -3697574 or 5936327. OLE color: 5936327.
HSL color Cylindrical-coordinate representation of color #C7945A: hue angle of 31.93º degrees, saturation: 0.49, 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 #C7945A is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 148 | 90 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.22 |
| HSL | 31.93º | 0.49% | 0.57% | - |
| HSV(B) | 31.93º | 0.55% | 0.78% | - |
| XYZ | 35.99 | 34.06 | 14.35 | - |
| YUV | 156.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 90 | 0 | 0.26 | 0.55 | 0.22 | 31.93 | 0.49 | 0.57 |
| Hex | C7 | 94 | 5A | 0 | 1A | 37 | 16 | 20 | 31 | 39 |
| Octal | 307 | 224 | 132 | 0 | 32 | 67 | 26 | 40 | 61 | 71 |
| Binary | 11000111 | 10010100 | 1011010 | 0 | 11010 | 110111 | 10110 | 100000 | 110001 | 111001 |
Color Harmonies of #C7945A
Complementary color
Monochromatic Colors of #C7945A
Black with #C7945A
Text Example
Text Example
White with #C7945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7945A; }
p { color: rgb(199,148,90); }
H1.HeaderClassName
{
color: #C7945A;
}
.AnyTagClassName
{
color: #C7945A;
}
</style>
background-color css
<style>
a { background-color: #C7945A; }
a { background-color: rgb(199,148,90); }
div.DivClassName
{
background-color: #C7945A;
}
.BgClassName
{
background-color: #C7945A;
}
</style>
border-color css
<style>
span { border-color: #C7945A; }
span { border-color: rgb(199,148,90); }
td.TdClassName
{
border-color: #C7945A;
}
.TagClassName
{
border-color: #C7945A;
}
</style>