Shades of Twine #CA8B4E
Tints of Twine #CA8B4E
RGB
CMYK
RGB Variations
Color information
#CA8B4E (or 0xCA8B4E) is known color: Twine. HEX triplet: CA, 8B and 4E. RGB value is (202,139,78). Sum of RGB (Red+Green+Blue) = 202+139+78=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8B4E is #3574B1. Grayscale: #979797. Windows color (decimal): -3503282 or 5147594. OLE color: 5147594.
HSL color Cylindrical-coordinate representation of color #CA8B4E: hue angle of 29.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA8B4E is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 139 | 78 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.21 |
| HSL | 29.52º | 0.54% | 0.55% | - |
| HSV(B) | 29.52º | 0.61% | 0.79% | - |
| XYZ | 34.96 | 31.57 | 11.46 | - |
| YUV | 150.88 | 86.87 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 78 | 0 | 0.31 | 0.61 | 0.21 | 29.52 | 0.54 | 0.55 |
| Hex | CA | 8B | 4E | 0 | 1F | 3D | 15 | 1E | 36 | 37 |
| Octal | 312 | 213 | 116 | 0 | 37 | 75 | 25 | 36 | 66 | 67 |
| Binary | 11001010 | 10001011 | 1001110 | 0 | 11111 | 111101 | 10101 | 11110 | 110110 | 110111 |
Color Harmonies of #CA8B4E
Complementary color
Monochromatic Colors of #CA8B4E
Black with #CA8B4E
Text Example
Text Example
White with #CA8B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8B4E; }
p { color: rgb(202,139,78); }
H1.HeaderClassName
{
color: #CA8B4E;
}
.AnyTagClassName
{
color: #CA8B4E;
}
</style>
background-color css
<style>
a { background-color: #CA8B4E; }
a { background-color: rgb(202,139,78); }
div.DivClassName
{
background-color: #CA8B4E;
}
.BgClassName
{
background-color: #CA8B4E;
}
</style>
border-color css
<style>
span { border-color: #CA8B4E; }
span { border-color: rgb(202,139,78); }
td.TdClassName
{
border-color: #CA8B4E;
}
.TagClassName
{
border-color: #CA8B4E;
}
</style>