Shades of Twine #CA8C4D
Tints of Twine #CA8C4D
RGB
CMYK
RGB Variations
Color information
#CA8C4D (or 0xCA8C4D) is known color: Twine. HEX triplet: CA, 8C and 4D. RGB value is (202,140,77). Sum of RGB (Red+Green+Blue) = 202+140+77=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C4D is #3573B2. Grayscale: #979797. Windows color (decimal): -3503027 or 5082314. OLE color: 5082314.
HSL color Cylindrical-coordinate representation of color #CA8C4D: hue angle of 30.24º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA8C4D is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 77 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.21 |
| HSL | 30.24º | 0.54% | 0.55% | - |
| HSV(B) | 30.24º | 0.62% | 0.79% | - |
| XYZ | 35.07 | 31.85 | 11.32 | - |
| YUV | 151.36 | 86.04 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 77 | 0 | 0.31 | 0.62 | 0.21 | 30.24 | 0.54 | 0.55 |
| Hex | CA | 8C | 4D | 0 | 1F | 3E | 15 | 1E | 36 | 37 |
| Octal | 312 | 214 | 115 | 0 | 37 | 76 | 25 | 36 | 66 | 67 |
| Binary | 11001010 | 10001100 | 1001101 | 0 | 11111 | 111110 | 10101 | 11110 | 110110 | 110111 |
Color Harmonies of #CA8C4D
Complementary color
Monochromatic Colors of #CA8C4D
Black with #CA8C4D
Text Example
Text Example
White with #CA8C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C4D; }
p { color: rgb(202,140,77); }
H1.HeaderClassName
{
color: #CA8C4D;
}
.AnyTagClassName
{
color: #CA8C4D;
}
</style>
background-color css
<style>
a { background-color: #CA8C4D; }
a { background-color: rgb(202,140,77); }
div.DivClassName
{
background-color: #CA8C4D;
}
.BgClassName
{
background-color: #CA8C4D;
}
</style>
border-color css
<style>
span { border-color: #CA8C4D; }
span { border-color: rgb(202,140,77); }
td.TdClassName
{
border-color: #CA8C4D;
}
.TagClassName
{
border-color: #CA8C4D;
}
</style>